mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 12:32:43 +00:00
fix: CI, better jobs dependencies
This commit is contained in:
parent
4e4a5c8df8
commit
af342c8cc9
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
||||
check_versions:
|
||||
name: Check Versions
|
||||
runs-on: ubuntu-latest
|
||||
needs: check_changelog
|
||||
if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
|
||||
# base_ref for pull request check, ref for push
|
||||
steps:
|
||||
@ -54,7 +53,7 @@ jobs:
|
||||
build_linux:
|
||||
name: Build Sunshine on Linux
|
||||
runs-on: ubuntu-20.04
|
||||
needs: check_changelog
|
||||
needs: [check_versions, check_changelog]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -217,7 +216,7 @@ jobs:
|
||||
build_win:
|
||||
name: Windows
|
||||
runs-on: windows-2019
|
||||
needs: check_changelog
|
||||
needs: [check_versions, check_changelog]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user