mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
feat: don't allow parallel runs
This commit is contained in:
parent
889ab1fe43
commit
acf2426d8b
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
@ -9,6 +9,11 @@ on:
|
|||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user