mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +01:00
fix
This commit is contained in:
parent
e2fb95586b
commit
90c069cf65
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
build-services:
|
||||
needs: [install-build]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.install-build.outputs.job-strategy-matrix != "[]"}}
|
||||
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