Skip to content

Commit

Permalink
Add cifuzz to allowed-failures and allowed-skips
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-v authored Oct 9, 2023
1 parent 582a598 commit c5cec4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ jobs:
build_ubuntu_ssltests,
build_win32,
build_win_arm64,
cifuzz,
test_hypothesis,
allowed-skips: >-
${{
Expand All @@ -638,6 +639,13 @@ jobs:
'
|| ''
}}
${{
!fromJSON(needs.check_source.outputs.run_cifuzz)
&& '
cifuzz,
'
|| ''
}}
${{
!fromJSON(needs.check_source.outputs.run_hypothesis)
&& '
Expand Down

0 comments on commit c5cec4a

Please sign in to comment.