mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00: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/**'
|
- 'packages/gui/src-tauri/**'
|
||||||
build_svelte:
|
build_svelte:
|
||||||
needs: changes
|
needs: changes
|
||||||
if: needs.validation.outputs.svelte == 'true'
|
if: needs.changes.outputs.svelte == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
build_tauri:
|
build_tauri:
|
||||||
needs: changes
|
needs: changes
|
||||||
if: needs.validation.outputs.tauri == 'true'
|
if: needs.changes.outputs.tauri == 'true'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue