1
0
Fork 0
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:
otavepto 2023-12-27 22:46:39 +02:00
parent f18217ac7b
commit 6660eede36
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ jobs:
build:
runs-on: ubuntu-22.04
needs: [ dependencies ]
if: always()
if: ${{ !cancelled() }}
steps:
- name: Checkout branch

View file

@ -78,7 +78,7 @@ jobs:
build:
runs-on: windows-2022
needs: [ dependencies ]
if: always()
if: ${{ !cancelled() }}
steps:
- name: Checkout branch