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:
3fff625
)
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:30:43 +0000
(13:30 +0200)
Fix concurrency group for push-containers workflow to handle running on
different branches.
Signed-off-by: Christian Marangi <
[email protected]
>
(cherry picked from commit
4c2eab1c27defd154adcd0c4454248112815ffcc
)
.github/workflows/push-containers.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/push-containers.yml
b/.github/workflows/push-containers.yml
index 28b07244ef6c98caab6da3a54df0b0102f44378a..0cfc22b8bea106fa9c6e03e8750d098c72b60c88 100644
(file)
--- a/
.github/workflows/push-containers.yml
+++ b/
.github/workflows/push-containers.yml
@@
-13,7
+13,7
@@
permissions:
contents: read
concurrency:
- group: ${{ github.workflow }}
+ group: ${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress: true
jobs: