Skip to content

Commit

Permalink
CI: update workflow if statement remove cancelled
Browse files Browse the repository at this point in the history
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Jul 3, 2024
1 parent 77c5c95 commit 6ce51a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh2gerrit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
# TODO: Get number of commits in the patch file and set var in env PR_COMMIT_NUM
- name: Apply patch on local repo
if: ! cancelled() && hashFiles('${{ env.PR_NUMBER }}.patch') != ''
if: hashFiles('${{ env.PR_NUMBER }}.patch') != ''
shell: bash
run: |
set -x
Expand Down

0 comments on commit 6ce51a4

Please sign in to comment.