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