Hopefully this cancels previous CI runs for a branch (#2642)

This commit is contained in:
Ben Meadors 2023-07-24 09:47:16 -05:00 committed by GitHub
parent ac9c81f6d1
commit 3fbe2d771c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
name: CI
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: