Remove concurrency groups for now. They seem to cause CI hangs

This commit is contained in:
Ben Meadors 2023-07-27 06:41:39 -05:00 committed by GitHub
parent 86af578df9
commit 0b509c7e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
on:
# # Triggers the workflow on push but only for the master branch
push: