We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680d441 commit 19445eaCopy full SHA for 19445ea
.github/workflows/preview-build.yml
@@ -120,9 +120,6 @@ jobs:
120
121
build:
122
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') }}
126
runs-on: ubuntu-latest
127
env:
128
GITHUB_PR_REF_NAME: ${{ github.event.pull_request.head.ref }}
0 commit comments