Skip to content

Commit

Permalink
ci(e2e): set up concurrency to e2e workflow to cancel older in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Jan 23, 2024
1 parent 9f264ea commit d2feb65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
paths-ignore:
- '**.md'

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

jobs:
test:
permissions:
Expand Down

0 comments on commit d2feb65

Please sign in to comment.