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