Skip to content

Commit

Permalink
chg: do not cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Jan 18, 2024
1 parent 8d8959c commit 91f557b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

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

env:
NODE_VERSION: '18.19.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

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

env:
NODE_VERSION: '18.19.0'
Expand Down

0 comments on commit 91f557b

Please sign in to comment.