use that instead to allow cancelling workflows
This commit is contained in:
parent
f18217ac7b
commit
6660eede36
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [ dependencies ]
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
|
2
.github/workflows/build-win.yml
vendored
2
.github/workflows/build-win.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
build:
|
||||
runs-on: windows-2022
|
||||
needs: [ dependencies ]
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user