Skip to content

Commit

Permalink
[Github] Enable new premerge workflow postcommit
Browse files Browse the repository at this point in the history
This patch enables the new premerge workflow postcommit so that we can start
testing it at a reasonable scale with minimal disruption.
  • Loading branch information
boomanaiden154 committed Dec 16, 2024
1 parent 482237e commit a8456c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/premerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8456c9

Please sign in to comment.