Skip to content

Commit ff5bf63

Browse files
committed
🐛 👷 Run merge_ok job if workflow not cancelled
1 parent b421993 commit ff5bf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
merge_ok:
228228
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
229229
needs: [build_and_test, quality_checks_pass, sanitize, valgrind]
230-
if: ${{ always() }}
230+
if: ${{ !cancelled() }}
231231
steps:
232232
- name: Enable merge
233233
if: >-

0 commit comments

Comments
 (0)