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 482237e commit a8456c9Copy full SHA for a8456c9
.github/workflows/premerge.yaml
@@ -7,13 +7,16 @@ on:
7
pull_request:
8
paths:
9
- .github/workflows/premerge.yaml
10
+ push:
11
+ branches:
12
+ - 'main'
13
14
jobs:
15
premerge-checks-linux:
16
if: github.repository_owner == 'llvm'
17
runs-on: llvm-premerge-linux-runners
18
concurrency:
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
19
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.push.head.sha }}
20
cancel-in-progress: true
21
container:
22
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
0 commit comments