diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-16 11:52:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 11:52:26 +0000 |
commit | 19fb23dbeab06cde119674d18f0303f58c4acdde (patch) | |
tree | ff60ea7092bc8cb094130c2bf6f1d016e8a4ff68 | |
parent | 90e66b0ebe7c9f7dad36cff41b748822a25bebbd (diff) | |
parent | dbb85396954a8e74e19a0ca2749c3b7521abdc56 (diff) | |
download | redot-engine-19fb23dbeab06cde119674d18f0303f58c4acdde.tar.gz |
Merge pull request #731 from Spartan322/cleanup/ci-behavior
Remove CI jobs that do not match Godot
-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 |