Skip to content

Commit e3757be

Browse files
committed
Avoid redundant builds
1 parent b5fb992 commit e3757be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/debian.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
- '**/slim-buster/Dockerfile'
1010
- '.github/workflows/debian.yml'
1111

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+
1217
jobs:
1318
build-smoke-test:
1419
timeout-minutes: 30

0 commit comments

Comments
 (0)