Skip to content

Commit c9a9828

Browse files
Fix skipped example CI matrix
1 parent f81e12b commit c9a9828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
example:
6464
needs: discover-examples
65+
if: needs.discover-examples.outputs.required == 'true'
6566
strategy:
6667
fail-fast: false
6768
matrix:

0 commit comments

Comments
 (0)