summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_builds.yml
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2023-04-11 21:01:58 +0200
committerGitHub <noreply@github.com>2023-04-11 21:01:58 +0200
commit16a6bdd423aa85272837d0bc6b9e709febdb4ec0 (patch)
treea7f70f8ed81aec219e990c0b3f174dbd200ae793 /.github/workflows/windows_builds.yml
parent4762303f182e65c5293db8d22a4ce88521eba445 (diff)
parent177be9bd37e3dfa4d591eea3bb8ab14a17d06007 (diff)
Merge pull request #75786 from YuriSizov/4.0-cherrypicks
Cherry-picks for the 4.0 branch (future 4.0.3) - 1st batch
Diffstat (limited to '.github/workflows/windows_builds.yml')
-rw-r--r--.github/workflows/windows_builds.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index 7f04c3475e..da90e9641c 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.github/workflows/windows_builds.yml
@@ -1,5 +1,6 @@
name: 🏁 Windows Builds
-on: [push, pull_request]
+on:
+ workflow_call:
# Global Settings
# SCONS_CACHE for windows must be set in the build environment
@@ -30,7 +31,7 @@ jobs:
sconsflags: debug_symbols=no vsproj=yes
bin: "./bin/godot.windows.editor.x86_64.exe"
- - name: Template (target=template_release, tools=no)
+ - name: Template (target=template_release)
cache-name: windows-template
target: template_release
tests: false