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 5e7fdca commit ce8b969Copy full SHA for ce8b969
.github/workflows/preview-build.yml
@@ -37,7 +37,7 @@ permissions:
37
jobs:
38
build:
39
concurrency:
40
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.ref }}
41
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
42
runs-on: ubuntu-latest
43
steps:
0 commit comments