Temporarily disabling other build workflows

This commit is contained in:
2022-11-26 17:38:22 +02:00
parent 9fb0b00e75
commit dc08f49bbe
5 changed files with 11 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ jobs:
# Editor
editor-linux:
if: ${{ false }}
name: Editor (Linux, Development x64)
runs-on: "ubuntu-20.04"
steps:
@@ -28,6 +29,7 @@ jobs:
# Game
game-linux:
if: ${{ false }}
name: Game (Linux, Release x64)
runs-on: "ubuntu-20.04"
steps: