Skip to content

Commit

Permalink
chore: re-add cancel-in-progress settings to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Jan 16, 2025
1 parent 4ae7407 commit d7c4bd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- github-ci-test
- build-runtime

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-22.04-32core-karl
Expand Down

0 comments on commit d7c4bd5

Please sign in to comment.