We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab61b10 commit 9b0d296Copy full SHA for 9b0d296
.github/workflows/opencv.yml
@@ -131,7 +131,7 @@ jobs:
131
EOS
132
)
133
134
- if [[ -n "${{ matrix.image }}" ]]; then
+ if [[ "${{ matrix.image }}" == "" ]]; then
135
bash -c "$script"
136
else
137
docker exec builder bash -c "$script"
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
156
@@ -169,7 +169,7 @@ jobs:
169
170
171
172
173
174
175
0 commit comments