diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-16 07:12:40 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-16 07:12:40 -0400 |
commit | dbb85396954a8e74e19a0ca2749c3b7521abdc56 (patch) | |
tree | 9aa3c016e5c24eacd18e3a5d3522e944ac8d1c4b /.github | |
parent | 7894cd1a5a680020c51e0df96ce8675ad647d91b (diff) | |
download | redot-engine-dbb85396954a8e74e19a0ca2749c3b7521abdc56.tar.gz |
Remove CI jobs that do not match Godot
These have a tendency to consume a more notable amount of GH Action resources by their mere existence so they are being removed to free up time, GHA run slots, and cache for future workflow runs.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux_builds.yml | 11 | ||||
-rw-r--r-- | .github/workflows/windows_builds.yml | 12 |
2 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 96524926c4..911c377c50 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -23,17 +23,6 @@ jobs: fail-fast: false matrix: include: - - name: Editor (target=editor tests=yes) - cache-name: linux-editor - target: editor - bin: ./bin/redot.linuxbsd.editor.x86_64 - build-mono: false - tests: true - doc-test: true - proj-conv: true - api-compat: true - artifact: true - - name: Editor w/ Mono (target=editor) cache-name: linux-editor-mono target: editor diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index f55827bd6f..240ea6a535 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -32,18 +32,6 @@ jobs: bin: ./bin/redot.windows.editor.x86_64.exe compiler: msvc - - name: Editor w/ Mono (target=editor) - cache-name: windows-editor-mono - target: editor - sconsflags: module_mono_enabled=yes - bin: ./bin/redot.windows.editor.x86_64.mono.exe - build-mono: true - tests: false # Disabled due freeze caused by mix Mono build and CI - doc-test: true - proj-conv: true - api-compat: true - compiler: msvc - - name: Editor w/ clang-cl (target=editor, tests=yes, use_llvm=yes) cache-name: windows-editor-clang target: editor |