Skip to content

Commit

Permalink
rectify job
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Apr 11, 2024
1 parent 02eaf20 commit 9a96700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

android-linux-build:
name: 'Build Android + Linux'
needs: [needs, flutter-test]
needs: [changes, flutter-test]
if: ${{ needs.changes.outputs.lib == 'true' || needs.changes.outputs.test == 'true' || needs.changes.outputs.android == 'true' || needs.changes.outputs.linux == 'true' || needs.changes.outputs.yaml == 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

macos-build:
name: 'Build Macos'
needs: [needs, flutter-test]
needs: [changes, flutter-test]
if: ${{ needs.changes.outputs.lib == 'true' || needs.changes.outputs.test == 'true' || needs.changes.outputs.macos == 'true' || needs.changes.outputs.yaml == 'true' }}
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

windows-build:
name: 'Build Windows'
needs: [needs, flutter-test]
needs: [changes, flutter-test]
if: ${{ needs.changes.outputs.lib == 'true' || needs.changes.outputs.test == 'true' || needs.changes.outputs.windows == 'true' || needs.changes.outputs.yaml == 'true' }}
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 9a96700

Please sign in to comment.