Skip to content

Commit 4836ca4

Browse files
authored
[NFC] Remove upstream differences in Triton-related workflow files (#4359)
Manually disabled instead Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 0e0dc79 commit 4836ca4

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Integration Tests
22
on:
33
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]
411
concurrency:
512
group: ${{ github.ref }}
613
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

.github/workflows/llvm-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- llvm-head
77
paths:
88
- cmake/llvm-hash.txt
9+
pull_request:
10+
paths:
11+
- .github/workflows/llvm-build.yml
912
workflow_dispatch:
1013

1114
env:

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Wheels
22
on:
33
workflow_dispatch:
4+
pull_request:
5+
paths:
6+
- .github/workflows/wheels.yml
47
schedule:
58
- cron: "0 8 * * *"
69

0 commit comments

Comments
 (0)