mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +01:00
fix for no changes
This commit is contained in:
parent
06d633503e
commit
e2fb95586b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
build-services:
|
build-services:
|
||||||
needs: [install-build]
|
needs: [install-build]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ needs.install-build.outputs.job-strategy-matrix != "[]"}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
service: ${{ needs.install-build.outputs.job-strategy-matrix }}
|
service: ${{ needs.install-build.outputs.job-strategy-matrix }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue