Skip to content

Commit 19445ea

Browse files
committed
fix
1 parent 680d441 commit 19445ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/preview-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ jobs:
120120
121121
build:
122122
if: github.event.repository.fork == false # Skip running the job on the fork itself (It still runs on PRs on the upstream from forks)
123-
concurrency:
124-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
125-
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
126123
runs-on: ubuntu-latest
127124
env:
128125
GITHUB_PR_REF_NAME: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)