projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a56e0
)
CI: push-containers: fix concurrency group
author
Christian Marangi
<
[email protected]
>
Wed, 4 Oct 2023 11:27:55 +0000
(13:27 +0200)
committer
Christian Marangi
<
[email protected]
>
Wed, 4 Oct 2023 11:27:55 +0000
(13:27 +0200)
Fix concurrency group for push-containers workflow to handle running on
different branches.
Signed-off-by: Christian Marangi <
[email protected]
>
.github/workflows/push-containers.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/push-containers.yml
b/.github/workflows/push-containers.yml
index 5b5140961cd047dca7504050f77fc9085aa20bb5..0d41b0a67f81868d32b3a304c1f1d908883e684d 100644
(file)
--- a/
.github/workflows/push-containers.yml
+++ b/
.github/workflows/push-containers.yml
@@
-14,7
+14,7
@@
permissions:
contents: read
concurrency:
- group: ${{ github.workflow }}
+ group: ${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress: true
jobs: