Skip to content

Commit f5bd2a8

Browse files
committed
test
1 parent 2971025 commit f5bd2a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/preview-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ permissions:
5353
jobs:
5454
match:
5555
if: github.event.repository.fork == false # Skip running the job on the fork itself (It still runs on PRs on the upstream from forks)
56-
concurrency:
57-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
58-
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
56+
# concurrency:
57+
# group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
58+
# cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
5959
runs-on: ubuntu-latest
6060
outputs:
6161
content-source-match: ${{ steps.event-check.outputs.content-source-match != '' && steps.event-check.outputs.content-source-match || steps.match.outputs.content-source-match }}
@@ -91,9 +91,9 @@ jobs:
9191
9292
build:
9393
if: github.event.repository.fork == false # Skip running the job on the fork itself (It still runs on PRs on the upstream from forks)
94-
concurrency:
95-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
96-
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
94+
# concurrency:
95+
# group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
96+
# cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
9797
runs-on: ubuntu-latest
9898
env:
9999
GITHUB_PR_REF_NAME: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)