mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-21 21:52:06 +02:00
use that instead to allow cancelling workflows
This commit is contained in:
parent
f18217ac7b
commit
6660eede36
2 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue