Skip to content

Commit

Permalink
Disable all builds except web to save build credits.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodeath committed Jul 9, 2024
1 parent 077bb2a commit 0a516db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
export-windows:
name: Windows Export
runs-on: ubuntu-latest
if: false # remove if you want to enable
container:
image: barichello/godot-ci:4.2.2
steps:
Expand All @@ -38,6 +39,7 @@ jobs:
export-linux:
name: Linux Export
runs-on: ubuntu-latest
if: false # remove if you want to enable
container:
image: barichello/godot-ci:4.2.2
steps:
Expand Down Expand Up @@ -95,7 +97,7 @@ jobs:
export-mac:
name: Mac Export
runs-on: ubuntu-latest
if: false # remove unless you want to enable, but it's a whole thing: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_macos.html
if: false # remove if you want to enable, but it's a whole thing: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_macos.html
container:
image: barichello/godot-ci:4.2.2
steps:
Expand Down

0 comments on commit 0a516db

Please sign in to comment.