Skip to content

Commit

Permalink
Merge pull request #47 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
nathan-weinberg authored Jul 3, 2024
2 parents 6d7dc6f + f61e2db commit 4c89cc3
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 4c89cc3

Please sign in to comment.