Skip to content

Commit

Permalink
chore: allow proper workflow cancelling (blue-build#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Apr 23, 2023
1 parent 368e2df commit 641ffbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 641ffbe

Please sign in to comment.