Skip to content
Merged
Prev Previous commit
Next Next commit
Use chained equals for now instead
  • Loading branch information
sethmlarson committed Jan 13, 2026
commit e657f595aca1e1d35bcaceeda852bd7f35fae735
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,9 @@ jobs:
name: CIFuzz
Comment thread
sethmlarson marked this conversation as resolved.
Outdated
needs: build-context
if: >-
contains(
[
needs.build-context.outputs.run-ci-fuzz,
needs.build-context.outputs.run-ci-fuzz-stdlib
],
'true'
(
needs.build-context.outputs.run-ci-fuzz == 'true'
|| needs.build-context.outputs.run-ci-fuzz-stdlib == 'true'
)
permissions:
security-events: write
Expand Down
Loading