Temporarily disabling other build workflows
This commit is contained in:
1
.github/workflows/build_android.yml
vendored
1
.github/workflows/build_android.yml
vendored
@@ -5,6 +5,7 @@ jobs:
|
|||||||
|
|
||||||
# Game
|
# Game
|
||||||
game-windows:
|
game-windows:
|
||||||
|
if: ${{ false }}
|
||||||
name: Game (Android, Release ARM64)
|
name: Game (Android, Release ARM64)
|
||||||
runs-on: "windows-2019"
|
runs-on: "windows-2019"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@@ -5,6 +5,7 @@ jobs:
|
|||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
editor-linux:
|
editor-linux:
|
||||||
|
if: ${{ false }}
|
||||||
name: Editor (Linux, Development x64)
|
name: Editor (Linux, Development x64)
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
steps:
|
steps:
|
||||||
@@ -28,6 +29,7 @@ jobs:
|
|||||||
|
|
||||||
# Game
|
# Game
|
||||||
game-linux:
|
game-linux:
|
||||||
|
if: ${{ false }}
|
||||||
name: Game (Linux, Release x64)
|
name: Game (Linux, Release x64)
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/build_mac.yml
vendored
2
.github/workflows/build_mac.yml
vendored
@@ -5,6 +5,7 @@ jobs:
|
|||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
editor-mac:
|
editor-mac:
|
||||||
|
if: ${{ false }}
|
||||||
name: Editor (Mac, Development x64)
|
name: Editor (Mac, Development x64)
|
||||||
runs-on: "macos-latest"
|
runs-on: "macos-latest"
|
||||||
steps:
|
steps:
|
||||||
@@ -22,6 +23,7 @@ jobs:
|
|||||||
|
|
||||||
# Game
|
# Game
|
||||||
game-mac:
|
game-mac:
|
||||||
|
if: ${{ false }}
|
||||||
name: Game (Mac, Release x64)
|
name: Game (Mac, Release x64)
|
||||||
runs-on: "macos-latest"
|
runs-on: "macos-latest"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
7
.github/workflows/build_windows.yml
vendored
7
.github/workflows/build_windows.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
# Editor
|
# Editor
|
||||||
editor-windows:
|
editor-windows:
|
||||||
name: Editor (Windows, Development x64)
|
name: Editor (Windows, Development x64)
|
||||||
runs-on: "windows-2019"
|
runs-on: "windows-2022"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -16,6 +16,9 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
|
- name: Check .NET versions
|
||||||
|
run: |
|
||||||
|
dotnet --list-sdks
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
run: |
|
run: |
|
||||||
git lfs version
|
git lfs version
|
||||||
@@ -27,7 +30,7 @@ jobs:
|
|||||||
# Game
|
# Game
|
||||||
game-windows:
|
game-windows:
|
||||||
name: Game (Windows, Release x64)
|
name: Game (Windows, Release x64)
|
||||||
runs-on: "windows-2019"
|
runs-on: "windows-2022"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -5,6 +5,7 @@ jobs:
|
|||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
tests-linux:
|
tests-linux:
|
||||||
|
if: ${{ false }}
|
||||||
name: Tests (Linux)
|
name: Tests (Linux)
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user