Skip to content

Commit

Permalink
[gccjit] conditionally trigger the build with label
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 2, 2024
1 parent ef28fc3 commit bfc5f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-gccjit-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build (gccjit-trunk)
on: [push, pull_request]
on: [push, pull_request, labeled]

jobs:
build:
runs-on: ubuntu-24.04
if: contains(github.event.issue.labels.*.name, 'check-gcc-trunk')
env:
LLVM_DIR: /usr/lib/llvm-18/cmake
steps:
Expand Down

0 comments on commit bfc5f97

Please sign in to comment.