We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374b9cc commit b049435Copy full SHA for b049435
1 file changed
.github/workflows/build.yml
@@ -15,6 +15,10 @@ on:
15
- '.github/workflows/**'
16
- 'action.yml'
17
18
+concurrency:
19
+ group: build
20
+ cancel-in-progress: false
21
+
22
jobs:
23
shellcheck:
24
name: Check
0 commit comments