Skip to content

Commit a91b21b

Browse files
committed
ci(examples): update condition on example check
Signed-off-by: Lachlan Heywood <[email protected]>
1 parent 8bad1b1 commit a91b21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
build:
7171
runs-on: ubuntu-latest
7272
needs: [check]
73-
if: needs.check.outputs.run-build
73+
if: needs.check.outputs.run-build == 'true'
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)