Skip to content

Commit

Permalink
Change to ${{ !cancelled() }} (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 4, 2024
1 parent f404f7e commit 7c376ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/linting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ runs:

# yamllint disable-line rule:line-length
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
if: always()
if: ${{ !cancelled() }}

0 comments on commit 7c376ca

Please sign in to comment.