mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Add concurrency settings to onpush_builder workflow
This commit is contained in:
4
.github/workflows/onpush_builder.yaml
vendored
4
.github/workflows/onpush_builder.yaml
vendored
@@ -11,6 +11,10 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "**/config.*"
|
- "**/config.*"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: auto-commit-${{ github.ref }}
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_ARGS: ""
|
BUILD_ARGS: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user