Skip to content

Commit 2bdcaa8

Browse files
authored
Merge pull request #1444 from o1-labs/dw/ci-build-multiplatforms
CI: stop building for each platform at each PR
2 parents 837a1df + a11cd9a commit 2bdcaa8

File tree

7 files changed

+7
-21
lines changed

7 files changed

+7
-21
lines changed

.github/workflows/build-macos-13.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build macOS 13
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: macos-13
1917
cache-prefix: macos-13-
20-
build-wasm: true
18+
build-wasm: true

.github/workflows/build-macos-14.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build macOS 14
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: macos-14
1917
cache-prefix: macos-14-
20-
build-wasm: true
18+
build-wasm: true

.github/workflows/build-macos-15.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build macOS 15
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: macos-15
1917
cache-prefix: macos-15-
20-
build-wasm: true
18+
build-wasm: true

.github/workflows/build-macos-latest.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build macOS Latest
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: macos-latest
1917
cache-prefix: macos-latest-
20-
build-wasm: true
18+
build-wasm: true

.github/workflows/build-ubuntu-22-04.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build Ubuntu 22.04
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: ubuntu-22.04
1917
cache-prefix: ubuntu-22-04-
20-
build-wasm: true
18+
build-wasm: true

.github/workflows/build-ubuntu-24-04-arm.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build Ubuntu 24.04 ARM
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: ubuntu-24.04-arm
1917
cache-prefix: ubuntu-24-04-arm-
20-
build-wasm: true
18+
build-wasm: true

.github/workflows/build-ubuntu-24-04.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build Ubuntu 24.04
33
on:
44
push:
55
branches: [main, develop]
6-
pull_request:
7-
paths-ignore: ["frontend"]
86
workflow_dispatch:
97

108
concurrency:
@@ -17,4 +15,4 @@ jobs:
1715
with:
1816
os: ubuntu-24.04
1917
cache-prefix: ubuntu-24-04-
20-
build-wasm: true
18+
build-wasm: true

0 commit comments

Comments
 (0)