Skip to content
Prev Previous commit
Next Next commit
cancel in flight e2e tests on new push
  • Loading branch information
jnsdls committed Sep 1, 2022
commit 7034fc0aff8f5c0c7d347a42cc19cf65434bac2a
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: ["main"]
pull_request:
types: [opened, synchronize]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
integration-tests:
timeout-minutes: 60
Expand Down