mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +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:
|
||||
needs: [install-build]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.install-build.outputs.job-strategy-matrix != "[]"}}
|
||||
strategy:
|
||||
matrix:
|
||||
service: ${{ needs.install-build.outputs.job-strategy-matrix }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue