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: tags:
- release* - release*
pull_request: # pull_request:
branches: [ "dev" ] # branches: [ "dev" ]
paths-ignore: # paths-ignore:
- '**/*.md' # - '**/*.md'
- 'dev.notes/**' # - 'dev.notes/**'
- 'post_build/**' # - 'post_build/**'
- 'z_original_repo_files/**' # - 'z_original_repo_files/**'
- 'sdk/*.txt' # - 'sdk/*.txt'
- 'LICENSE' # - 'LICENSE'
# tools # # tools
- 'tools/generate_emu_config/**' # - 'tools/generate_emu_config/**'
- 'tools/migrate_gse/**' # - 'tools/migrate_gse/**'
- 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled # - 'tools/steamclient_loader/linux/**' # these are just shell scripts, not compiled
workflow_dispatch: workflow_dispatch:
# allows manual trigger # allows manual trigger

View File

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

View File

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

View File

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