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

Commit 506d1e4

Browse files
fix: test if condition
1 parent d82d3d7 commit 506d1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
build:
2929
runs-on: ubuntu-latest
3030
needs: setup
31-
if: fromJSON(needs.setup.outputs.services)
31+
if: false
3232
strategy:
3333
matrix:
3434
service: ${{fromJSON(needs.setup.outputs.services)}}

0 commit comments

Comments
 (0)