We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb8c39 commit 485852dCopy full SHA for 485852d
.github/workflows/build.yaml
@@ -11,6 +11,10 @@ on:
11
permissions:
12
pull-requests: write
13
14
+concurrency:
15
+ group: ci-${{ github.ref }}
16
+ cancel-in-progress: true
17
+
18
jobs:
19
build:
20
env:
@@ -71,5 +75,5 @@ jobs:
71
75
## :package: Kernel Build Complete :package:
72
76
The kernel has been successfully built! You can download the kernel image from the [Artifacts](../actions) section of this pull request.
73
77
74
- **Kernel Version:** `${KVERSION}`
78
+ **Kernel Version:** `${{ env.KVERSION }}`
79
**Build Status:** ✅ Successful
0 commit comments