temporarily disable emu build workflows to test new ones

This commit is contained in:
otavepto 2024-05-11 02:01:35 +03:00
parent a8b01e8e4d
commit 1dda63990a
4 changed files with 29 additions and 28 deletions

View File

@ -9,19 +9,19 @@ on:
tags:
- release*
pull_request:
branches: [ "dev" ]
paths-ignore:
- '**/*.md'
- 'dev.notes/**'
- 'post_build/**'
- 'z_original_repo_files/**'
- 'sdk/*.txt'
- 'LICENSE'
# tools
- 'tools/generate_emu_config/**'
- 'tools/migrate_gse/**'
- 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
# pull_request:
# branches: [ "dev" ]
# paths-ignore:
# - '**/*.md'
# - 'dev.notes/**'
# - 'post_build/**'
# - 'z_original_repo_files/**'
# - 'sdk/*.txt'
# - 'LICENSE'
# # tools
# - 'tools/generate_emu_config/**'
# - 'tools/migrate_gse/**'
# - 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
workflow_dispatch:
# allows manual trigger

View File

@ -39,6 +39,7 @@ env:
jobs:
# this helps in manual runs, if build fails, then deps are saved
dependencies:
if: ${{ !cancelled() }}
uses: ./.github/workflows/deps-win.yml
@ -46,7 +47,6 @@ jobs:
runs-on: windows-2022
needs: [ dependencies ]
if: ${{ !cancelled() }}
steps:
# on Windows Git will auto change line ending to CRLF, not preferable
- name: Ensure LF line ending

View File

@ -9,19 +9,19 @@ on:
tags:
- release*
pull_request:
branches: [ "dev" ]
paths-ignore:
- '**/*.md'
- 'dev.notes/**'
- 'post_build/**'
- 'z_original_repo_files/**'
- 'sdk/*.txt'
- 'LICENSE'
# tools
- 'tools/generate_emu_config/**'
- 'tools/migrate_gse/**'
- 'tools/steamclient_loader/linux/**'
# pull_request:
# branches: [ "dev" ]
# paths-ignore:
# - '**/*.md'
# - 'dev.notes/**'
# - 'post_build/**'
# - 'z_original_repo_files/**'
# - 'sdk/*.txt'
# - 'LICENSE'
# # tools
# - 'tools/generate_emu_config/**'
# - 'tools/migrate_gse/**'
# - 'tools/steamclient_loader/linux/**'
workflow_dispatch:
# allows manual trigger

View File

@ -18,8 +18,9 @@ env:
jobs:
# this helps in manual runs, if build fails, then deps are saved
dependencies:
build:
runs-on: windows-2022
if: ${{ !cancelled() }}
steps:
# on Windows Git will auto change line ending to CRLF, not preferable
- name: Ensure LF line ending