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 0e0dc79 commit 4836ca4Copy full SHA for 4836ca4
.github/workflows/ci.yml
@@ -1,6 +1,13 @@
1
name: Integration Tests
2
on:
3
workflow_dispatch:
4
+ pull_request:
5
+ branches-ignore: ['llvm-**']
6
+ merge_group:
7
+ branches: [main, 'dev-**']
8
+ types: [checks_requested]
9
+ push:
10
+ branches: [main]
11
concurrency:
12
group: ${{ github.ref }}
13
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
.github/workflows/llvm-build.yml
@@ -6,6 +6,9 @@ on:
- llvm-head
paths:
- cmake/llvm-hash.txt
+ paths:
+ - .github/workflows/llvm-build.yml
14
env:
.github/workflows/wheels.yml
@@ -1,6 +1,9 @@
name: Wheels
+ - .github/workflows/wheels.yml
schedule:
- cron: "0 8 * * *"
0 commit comments