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 name: CI
concurrency: #concurrency:
group: ${{ github.ref }} # group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} # cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
on: on:
# # Triggers the workflow on push but only for the master branch # # Triggers the workflow on push but only for the master branch
push: push: