Skip to content

Commit cf3147c

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/examples_component.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,12 @@ jobs:
6363
with:
6464
filters: |
6565
changed:
66-
- '.github/workflows/ci_examples.yml'
67-
- '.github/workflows/example_component.yml'
6866
- 'examples/components/${{ inputs.folder }}/**'
6967
7068
build:
7169
runs-on: ubuntu-latest
7270
needs: [check]
73-
if: needs.check.outputs.run-build
71+
if: needs.check.outputs.run-build == 'true'
7472
steps:
7573
- name: Checkout
7674
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)