diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0d0bac..c59bacf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,12 @@ -name: Run Hi Tests - on: push: branches: - main +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: test: runs-on: ubuntu-latest @@ -38,4 +40,3 @@ jobs: - name: Check test step outcome if: steps.run-tests.outcome == 'failure' run: exit 1 -