Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit d82d3d7

Browse files
fix: add if condition to build job
1 parent 25810aa commit d82d3d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
build:
2929
runs-on: ubuntu-latest
3030
needs: setup
31+
if: fromJSON(needs.setup.outputs.services)
3132
strategy:
3233
matrix:
3334
service: ${{fromJSON(needs.setup.outputs.services)}}

0 commit comments

Comments
 (0)