[Github] Enable new premerge workflow postcommit

This patch enables the new premerge workflow postcommit so that we can start
testing it at a reasonable scale with minimal disruption.
This commit is contained in:
Aiden Grossman
2024-12-16 23:11:54 +00:00
parent 482237e884
commit a8456c9a2f

View File

@@ -7,13 +7,16 @@ on:
pull_request:
paths:
- .github/workflows/premerge.yaml
push:
branches:
- 'main'
jobs:
premerge-checks-linux:
if: github.repository_owner == 'llvm'
runs-on: llvm-premerge-linux-runners
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.push.head.sha }}
cancel-in-progress: true
container:
image: ghcr.io/llvm/ci-ubuntu-22.04:latest