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]
|
||||
pull_request:
|
||||
|
||||
# Один runner (DESKTOP-SIR8B3R): параллельные workflow ломают кэш act/actions.
|
||||
concurrency:
|
||||
group: eventhub-back-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user