Skip to content

Commit 6b04da7

Browse files
committed
fix: 🐛 Change matrix strategy inputs to properly exclude expect_error=false while clone_repo=false
1 parent d86e1d7 commit 6b04da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ jobs:
113113
repository: ["ZestCommunity/ZestCode"]
114114
ref: ["main"]
115115
caller_token: ["${{ github.token }}"]
116-
clone_repo: [true, false] # false tests setup command
116+
clone_repo: [true]
117117
expect_error: [false]
118118
include:
119119
# Specific case of setup command failure
120120
- write_job_summary: true
121-
clone_repo: true
121+
clone_repo: false
122122
expect_error: true
123123

124124
with:

0 commit comments

Comments
 (0)