mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor fix
This commit is contained in:
parent
4cf3661c3e
commit
8ea890de53
@ -510,7 +510,7 @@ defaults:
|
|||||||
requires:
|
requires:
|
||||||
- b_ems
|
- b_ems
|
||||||
|
|
||||||
- workflow_ubuntu_ossfuzz: &workflow_ubuntu_ossfuzz
|
- requires_b_ubu_ossfuzz: &requires_b_ubu_ossfuzz
|
||||||
<<: *on_all_tags_and_branches
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_ubu_ossfuzz
|
- b_ubu_ossfuzz
|
||||||
@ -1711,7 +1711,7 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
# OSSFUZZ builds and (regression) tests
|
# OSSFUZZ builds and (regression) tests
|
||||||
- b_ubu_ossfuzz: *on_all_tags_and_branches
|
- b_ubu_ossfuzz: *on_all_tags_and_branches
|
||||||
- t_ubu_ossfuzz: *workflow_ubuntu_ossfuzz
|
- t_ubu_ossfuzz: *requires_b_ubu_ossfuzz
|
||||||
|
|
||||||
# Code Coverage enabled build and tests
|
# Code Coverage enabled build and tests
|
||||||
- b_ubu_codecov: *on_all_tags_and_branches
|
- b_ubu_codecov: *on_all_tags_and_branches
|
||||||
|
Loading…
Reference in New Issue
Block a user