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
co-authored by GitHub
parent 86af578df9
commit 0b509c7e79
+3 -3
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: