Skip to content

Commit

Permalink
I forgor always() always return true.
Browse files Browse the repository at this point in the history
  • Loading branch information
swyrin committed Mar 16, 2024
1 parent d7e12aa commit ca008c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nameless_release_experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
commit_message: "[ci skip] Automated code format commit."

release:
if: ${{ github.repository == 'team-nameless/nameless-discord-bot' && always() }}
if: ${{ github.repository == 'team-nameless/nameless-discord-bot' && !cancelled() }}
runs-on: ubuntu-latest
needs: [ "python" ]
steps:
Expand Down

0 comments on commit ca008c7

Please sign in to comment.