commit | 15424a09513768701531ab0e1b8aa48770a3b811 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 21 17:57:07 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 21 17:57:51 2022 -0400 |
tree | 9265fe431a527b075a01a3b43b004e2932722dd3 | |
parent | 2e4e9fedfb707a7cc10e4ed9ec1c9bb62dbb16ba [diff] |
ci: stop running integration all the time
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9931885..3d5aaad 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml
@@ -1,7 +1,7 @@ name: integration concurrency: - group: ${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true on: