Temporarily disabling other build workflows
This commit is contained in:
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user