update workflows.
This commit is contained in:
parent
95360b7da6
commit
4150ac48f0
3 changed files with 5 additions and 4 deletions
3
.github/workflows/client_test.yml
vendored
3
.github/workflows/client_test.yml
vendored
|
|
@ -15,4 +15,5 @@ jobs:
|
||||||
uses: ./.github/workflows/client_build.yml
|
uses: ./.github/workflows/client_build.yml
|
||||||
with:
|
with:
|
||||||
# Do not upload artifacts for test builds
|
# Do not upload artifacts for test builds
|
||||||
with-arifact: false
|
with-artifact: false
|
||||||
|
secrets: inherit
|
||||||
|
|
|
||||||
2
.github/workflows/webpage_deploy.yml
vendored
2
.github/workflows/webpage_deploy.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
webpage-build:
|
webpage-build:
|
||||||
name: Build Webpage Artifacts
|
name: Build Webpage Artifacts
|
||||||
uses: .github/workflows/webpage_build.yml
|
uses: ./.github/workflows/webpage_build.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
webpage-deploy:
|
webpage-deploy:
|
||||||
|
|
|
||||||
4
.github/workflows/webpage_test.yml
vendored
4
.github/workflows/webpage_test.yml
vendored
|
|
@ -12,8 +12,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
webpage-test:
|
webpage-test:
|
||||||
name: Test Webpage Build
|
name: Test Webpage Build
|
||||||
uses: .github/workflows/webpage_build.yml
|
uses: ./.github/workflows/webpage_build.yml
|
||||||
with:
|
with:
|
||||||
|
# Do not upload artifacts for test builds
|
||||||
with-artifact: false
|
with-artifact: false
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue