Skip to content

Commit

Permalink
fix(ci/test-e2e): don't cancel in-progress jobs (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Sep 16, 2024
1 parent 78ddf6b commit 9ade2a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
pull_request_review:
types: [submitted]

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

jobs:
test-e2e:
if: ${{
Expand Down

0 comments on commit 9ade2a6

Please sign in to comment.