Fix job needs

- Build jobs didn't run if `check_versions` doesn't run (need to ENSURE PR check into master is successful before merging!)
This commit is contained in:
ReenigneArcher 2022-02-13 12:17:04 -05:00
parent 95302485a0
commit 8bb7a63479

View File

@ -82,7 +82,7 @@ jobs:
build_appimage:
name: AppImage
runs-on: ubuntu-20.04
needs: [check_changelog, check_versions]
needs: check_changelog
steps:
- name: Checkout
@ -169,7 +169,7 @@ jobs:
build_linux:
name: Linux
runs-on: ubuntu-20.04
needs: [check_changelog, check_versions]
needs: check_changelog
strategy:
fail-fast: true # false to test all, true to fail entire job if any fail
matrix:
@ -220,7 +220,7 @@ jobs:
build_win:
name: Windows
runs-on: windows-2019
needs: [check_changelog, check_versions]
needs: check_changelog
steps:
- name: Checkout