Skip to content

Commit

Permalink
Update rust-stable-ubuntu-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HYwooo authored Jan 9, 2025
1 parent 216480d commit 37d9b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-stable-ubuntu-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed.'
on-success:
non-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 37d9b29

Please sign in to comment.