mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02: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:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [ dependencies ]
|
needs: [ dependencies ]
|
||||||
if: always()
|
if: ${{ !cancelled() }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
|
2
.github/workflows/build-win.yml
vendored
2
.github/workflows/build-win.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
needs: [ dependencies ]
|
needs: [ dependencies ]
|
||||||
if: always()
|
if: ${{ !cancelled() }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
|
Loading…
Add table
Reference in a new issue