mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Don't use requires_nothing for jobs that explicitly state what they require
This commit is contained in:
parent
aca4c86a23
commit
ea1327707b
@ -1743,27 +1743,27 @@ workflows:
|
|||||||
|
|
||||||
# Bytecode comparison:
|
# Bytecode comparison:
|
||||||
- b_bytecode_ubu_static:
|
- b_bytecode_ubu_static:
|
||||||
<<: *requires_nothing
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_ubu_static
|
- b_ubu_static
|
||||||
- b_bytecode_ubu:
|
- b_bytecode_ubu:
|
||||||
<<: *requires_nothing
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_ubu
|
- b_ubu
|
||||||
- b_bytecode_win:
|
- b_bytecode_win:
|
||||||
<<: *requires_nothing
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_win
|
- b_win
|
||||||
- b_bytecode_osx:
|
- b_bytecode_osx:
|
||||||
<<: *requires_nothing
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_osx
|
- b_osx
|
||||||
- b_bytecode_ems:
|
- b_bytecode_ems:
|
||||||
<<: *requires_nothing
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_ems
|
- b_ems
|
||||||
- t_bytecode_compare:
|
- t_bytecode_compare:
|
||||||
<<: *requires_nothing
|
<<: *on_all_tags_and_branches
|
||||||
requires:
|
requires:
|
||||||
- b_bytecode_ubu_static
|
- b_bytecode_ubu_static
|
||||||
- b_bytecode_ubu
|
- b_bytecode_ubu
|
||||||
|
Loading…
Reference in New Issue
Block a user