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 a176669 commit f087899Copy full SHA for f087899
.github/workflows/premerge.yaml
@@ -16,7 +16,7 @@ jobs:
16
if: github.repository_owner == 'llvm'
17
runs-on: llvm-premerge-linux-runners
18
concurrency:
19
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.push.head.sha }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.push.head }}
20
cancel-in-progress: true
21
container:
22
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
0 commit comments