Skip to content

Commit

Permalink
Add concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Oct 17, 2023
1 parent 634583d commit ba58ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: End to End tests

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

on:
push:
branches:
Expand Down

0 comments on commit ba58ef3

Please sign in to comment.