Skip to content

Commit

Permalink
Merge pull request #68 from russellb/e2e-one-at-a-time
Browse files Browse the repository at this point in the history
e2e: Only run one job at a time for a given PR
  • Loading branch information
russellb authored Jul 3, 2024
2 parents 2788384 + 4953936 commit 941122c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
- 'requirements*.txt'
- '.github/workflows/e2e.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
e2e:
runs-on: ubuntu-gpu
Expand Down

0 comments on commit 941122c

Please sign in to comment.