File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ permissions:
5353jobs :
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments