cd.yml shouldn't be pre-empting other runs

This commit is contained in:
Jacob Heider 2023-12-18 15:05:11 -05:00
parent 9b08a95059
commit 2c3872d118
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -6,10 +6,6 @@ on:
branches: main
paths: projects/**/*
concurrency:
group: cd/${{ github.ref }}
cancel-in-progress: true
jobs:
ingest:
runs-on: ubuntu-latest