Skip to content

Commit e657f59

Browse files
committed
Use chained equals for now instead
1 parent 3958c5d commit e657f59

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -645,12 +645,9 @@ jobs:
645645
name: CIFuzz
646646
needs: build-context
647647
if: >-
648-
contains(
649-
[
650-
needs.build-context.outputs.run-ci-fuzz,
651-
needs.build-context.outputs.run-ci-fuzz-stdlib
652-
],
653-
'true'
648+
(
649+
needs.build-context.outputs.run-ci-fuzz == 'true'
650+
|| needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
654651
)
655652
permissions:
656653
security-events: write

0 commit comments

Comments
 (0)