Skip to content

Commit

Permalink
limit how many instances of the test can run at a time to prevent col…
Browse files Browse the repository at this point in the history
…lisions (#1690)
  • Loading branch information
piyalbasu authored Nov 20, 2024
1 parent 909b358 commit 1f93869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run Tests
env:
INDEXER_URL: ${{ secrets.INDEXER_URL }}
on: [pull_request]
concurrency:
group: ${{ github.workflow }}
jobs:
test-ci:
name: test
Expand Down

0 comments on commit 1f93869

Please sign in to comment.