We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb992 commit e3757beCopy full SHA for e3757be
.github/workflows/debian.yml
@@ -9,6 +9,11 @@ on:
9
- '**/slim-buster/Dockerfile'
10
- '.github/workflows/debian.yml'
11
12
+# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
13
+concurrency:
14
+ group: ${{ github.head_ref }}-${{ github.workflow }}
15
+ cancel-in-progress: true
16
+
17
jobs:
18
build-smoke-test:
19
timeout-minutes: 30
0 commit comments