Skip to content

Commit

Permalink
Merge pull request #420 from boozook/ci/disable-post
Browse files Browse the repository at this point in the history
CI: Disable post workflow
  • Loading branch information
boozook authored Sep 7, 2024
2 parents f62553e + f3e4e4d commit 3e616dc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ jobs:
counter: ${{ steps.counter.outputs.value }}
message: ${{ steps.message.outputs.value }}

post:
needs: crates-io
if: join(fromJSON(needs.crates-io.outputs.published).*.name, '-') && (github.event.inputs.dry-run == 'true' || (github.head_ref && 'true') || 'false') == 'false'
uses: ./.github/workflows/post.yml
secrets: inherit
with:
message: ${{ needs.crates-io.outputs.message }}
# Temporarily disabled until new account configured properly
# post:
# needs: crates-io
# if: join(fromJSON(needs.crates-io.outputs.published).*.name, '-') && (github.event.inputs.dry-run == 'true' || (github.head_ref && 'true') || 'false') == 'false'
# uses: ./.github/workflows/post.yml
# secrets: inherit
# with:
# message: ${{ needs.crates-io.outputs.message }}

0 comments on commit 3e616dc

Please sign in to comment.