mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
correct job req name
This commit is contained in:
parent
975bb214f4
commit
cfa9e0ac11
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue