Skip to content

Commit

Permalink
${{ !cancelled() }}
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 14, 2024
1 parent ff94fc8 commit 0bd04a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canopeum_backend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
args: check --fix
- uses: astral-sh/ruff-action@v1
# Format even on lint failure
if: !cancelled()
if: ${{ !cancelled() }}
with:
args: format
- name: Commit autofixes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canopeum_frontend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
default_author: github_actions
- name: Logging
if: !cancelled()
if: ${{ !cancelled() }}
run: echo "${{toJSON(github.event)}}"

Build:
Expand Down

0 comments on commit 0bd04a1

Please sign in to comment.