mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
cd.yml shouldn't be pre-empting other runs
This commit is contained in:
parent
9b08a95059
commit
2c3872d118
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -6,10 +6,6 @@ on:
|
|||
branches: main
|
||||
paths: projects/**/*
|
||||
|
||||
concurrency:
|
||||
group: cd/${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ingest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue