Skip to content

Commit 1cc8d69

Browse files
committed
Disable workflows for other testing
1 parent 13eecff commit 1cc8d69

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build-mlir-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🐧 Build Portable MLIR Toolchain
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
5+
# pull_request:
56

67
concurrency:
78
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build-mlir-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🍎 Build Portable MLIR Toolchain
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
5+
# pull_request:
56

67
concurrency:
78
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build-mlir-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🏁 Build Portable MLIR Toolchain
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
5+
# pull_request:
56

67
concurrency:
78
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)