We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1d1d8 commit 84cff73Copy full SHA for 84cff73
.github/workflows/build.yml
@@ -3,6 +3,10 @@ on:
3
branches:
4
- master
5
6
+concurrency:
7
+ group: ${{ github.workflow }}
8
+ cancel-in-progress: true
9
+
10
jobs:
11
build_qemu:
12
runs-on: ubuntu-latest
0 commit comments