CI: concurrency group to avoid act_runner cache races on single runner.
This commit is contained in:
@@ -5,6 +5,10 @@ on:
|
||||
branches: [master, main]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: eventhub-back-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
REGISTRY: git.sabilin.com/eventhub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user