From cfa9e0ac11b03f2e4d62618fb0baac0ee26f4fbf Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 22 Nov 2022 13:37:42 +0800 Subject: [PATCH] correct job req name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1fdcf0..2188cab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - 'packages/gui/src-tauri/**' build_svelte: needs: changes - if: needs.validation.outputs.svelte == 'true' + if: needs.changes.outputs.svelte == 'true' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -54,7 +54,7 @@ jobs: build_tauri: needs: changes - if: needs.validation.outputs.tauri == 'true' + if: needs.changes.outputs.tauri == 'true' strategy: fail-fast: false matrix: