Skip to content

Commit dc81905

Browse files
committed
disable some CI build that fails
1 parent 4097cf4 commit dc81905

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.github/workflows/circuits_e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Circuits E2E Tests
22

3-
on: [push, merge_group]
4-
3+
on:
4+
workflow_dispatch:
55
jobs:
66
test:
77
name: Circuits E2E Tests
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js 20.x
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '20.x'
21+
node-version: "20.x"
2222

2323
- name: Enable Corepack and Install Yarn 4
2424
run: |

.github/workflows/circuits_profile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: circuit profiling
22

3-
on: [push, merge_group]
3+
on:
44

55
jobs:
66
test:

.github/workflows/contract_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ethereum contract tests
22

3-
on: [push, merge_group]
3+
on:
4+
workflow_dispatch:
45

56
env:
67
FOUNDRY_PROFILE: ci

.github/workflows/e2e_test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: E2E Tests
22

3-
on: [push, merge_group]
3+
on:
4+
workflow_dispatch:
45

56
jobs:
67
test:
@@ -18,7 +19,7 @@ jobs:
1819
- name: Use Node.js 20.x
1920
uses: actions/setup-node@v3
2021
with:
21-
node-version: '20.x'
22+
node-version: "20.x"
2223

2324
- name: Enable Corepack and Install Yarn 4
2425
run: |

.github/workflows/static_checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Static checks
22

3-
on: [push, merge_group]
4-
3+
on:
4+
workflow_dispatch:
55
jobs:
66
test:
77
name: Static checks
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js 20.x
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20.x'
19+
node-version: "20.x"
2020

2121
- name: Enable Corepack and Install Yarn 4
2222
run: |

0 commit comments

Comments
 (0)