mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-28 02:20:39 +00:00
chore: allow proper workflow cancelling (#36)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -196,7 +196,7 @@ jobs:
|
||||
build_main:
|
||||
name: Build uCore
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }}
|
||||
if: always() && !cancelled()
|
||||
needs: [ build_info, build_zfs ]
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -339,7 +339,7 @@ jobs:
|
||||
build_hci:
|
||||
name: Build HCI
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ always() }}
|
||||
if: always() && !cancelled()
|
||||
needs: [ build_info, build_main ]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user