CI: concurrency group to avoid act_runner cache races on single runner.
This commit is contained in:
@@ -5,6 +5,11 @@ on:
|
|||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
# Один runner (DESKTOP-SIR8B3R): параллельные workflow ломают кэш act/actions.
|
||||||
|
concurrency:
|
||||||
|
group: eventhub-back-${{ github.ref }}
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ on:
|
|||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: eventhub-back-${{ github.ref }}
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.sabilin.com/eventhub
|
REGISTRY: git.sabilin.com/eventhub
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user