diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 19329e312..3ce58e82d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,6 +22,9 @@ jobs: test: if: ${{ github.event.workflow_run.conclusion == 'success' }} + # Don't run the test suite multiple times for the same commit. + concurrency: "test-${{ github.sha }}" + runs-on: ubuntu-latest container: