Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 84cff73

Browse files
committedOct 16, 2024·
wip
1 parent 6c1d1d8 commit 84cff73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
branches:
44
- master
55

6+
concurrency:
7+
group: ${{ github.workflow }}
8+
cancel-in-progress: true
9+
610
jobs:
711
build_qemu:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.