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 26f7c09 commit 701ad09Copy full SHA for 701ad09
.github/workflows/build-push-artifacts.yml
@@ -9,6 +9,12 @@ on:
9
tags:
10
- "*"
11
12
+# Use the head ref for workflow concurrency, with cancellation
13
+# This should mean that any previous workflows for a PR get cancelled when a new commit is pushed
14
+concurrency:
15
+ group: ${{ github.workflow }}-${{ github.head_ref }}
16
+ cancel-in-progress: true
17
+
18
jobs:
19
publish_images:
20
uses: ./.github/workflows/build-push-images.yml
0 commit comments