update workflows.

This commit is contained in:
Miroslav Šedivý 2025-03-30 17:45:18 +02:00
parent 95360b7da6
commit 4150ac48f0
3 changed files with 5 additions and 4 deletions

View file

@ -15,4 +15,5 @@ jobs:
uses: ./.github/workflows/client_build.yml
with:
# Do not upload artifacts for test builds
with-arifact: false
with-artifact: false
secrets: inherit

View file

@ -12,7 +12,7 @@ on:
jobs:
webpage-build:
name: Build Webpage Artifacts
uses: .github/workflows/webpage_build.yml
uses: ./.github/workflows/webpage_build.yml
secrets: inherit
webpage-deploy:

View file

@ -12,8 +12,8 @@ on:
jobs:
webpage-test:
name: Test Webpage Build
uses: .github/workflows/webpage_build.yml
uses: ./.github/workflows/webpage_build.yml
with:
# Do not upload artifacts for test builds
with-artifact: false
secrets: inherit