mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +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:
|
||||
- "**/config.*"
|
||||
|
||||
concurrency:
|
||||
group: auto-commit-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
BUILD_ARGS: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user