Skip to content

Commit 485852d

Browse files
authored
Fix GHA concurrency (#10)
1 parent 9bb8c39 commit 485852d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
permissions:
1212
pull-requests: write
1313

14+
concurrency:
15+
group: ci-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
build:
1620
env:
@@ -71,5 +75,5 @@ jobs:
7175
## :package: Kernel Build Complete :package:
7276
The kernel has been successfully built! You can download the kernel image from the [Artifacts](../actions) section of this pull request.
7377
74-
**Kernel Version:** `${KVERSION}`
78+
**Kernel Version:** `${{ env.KVERSION }}`
7579
**Build Status:** ✅ Successful

0 commit comments

Comments
 (0)