ci: fix tests running multiple times for same commit.

Fix the test suite running multiple times when pushing multiple branches
at once.
This commit is contained in:
evazion
2021-10-01 17:48:19 -05:00
parent ad523b3745
commit caa261e930

View File

@@ -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: