Skip to content

Commit

Permalink
CI: disable trigger on push for all but macOS/iOS until fix lands
Browse files Browse the repository at this point in the history
  • Loading branch information
jpohhhh committed Nov 2, 2024
1 parent c0fc7ff commit 296d6b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ workflows:
android-build:
name: Android Build
<<: *instance_mac_release_build # 31m vs. linux_x2 57m on 2023 12 22.
triggering:
<<: *trigger_on_push
# triggering:
# <<: *trigger_on_push
environment:
<<: *env_versions
scripts:
Expand Down Expand Up @@ -200,8 +200,8 @@ workflows:
linux-build:
name: Linux Build
<<: *instance_linux_release_build
triggering:
<<: *trigger_on_push
# triggering:
# <<: *trigger_on_push
environment:
<<: *env_versions
scripts:
Expand Down Expand Up @@ -234,8 +234,8 @@ workflows:
web-build:
name: Web Build
<<: *instance_linux # No particular rationale here, other than Linux is probably worst case for web compat
triggering:
<<: *trigger_on_push
# triggering:
# <<: *trigger_on_push
environment:
<<: *env_versions
scripts:
Expand All @@ -248,8 +248,8 @@ workflows:
windows-build:
name: Windows Build
<<: *instance_windows_build
triggering:
<<: *trigger_on_push
# triggering:
# <<: *trigger_on_push
environment:
<<: *env_versions
vars:
Expand Down

0 comments on commit 296d6b3

Please sign in to comment.