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 58d6998 commit 430afd3Copy full SHA for 430afd3
.github/workflows/preview-build.yml
@@ -36,7 +36,7 @@ jobs:
36
build:
37
concurrency:
38
group: ${{ github.workflow }}-${{ github.ref }}
39
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
40
runs-on: ubuntu-latest
41
steps:
42
0 commit comments