Commit d68380f0 authored by Michael Amadi's avatar Michael Amadi Committed by GitHub

fix (#13237)

parent 33889f54
......@@ -1641,13 +1641,13 @@ workflows:
scheduled-forge-coverage:
when:
or:
- equal: [build_four_hours, <<pipeline.schedule.name>>]
- equal: [true, << pipeline.parameters.contracts_coverage_dispatch >>]
and:
- or:
- equal: ["develop", <<pipeline.git.branch>>]
- equal: [true, <<pipeline.parameters.contracts_coverage_dispatch>>]
- not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
jobs:
- contracts-bedrock-build:
name: contracts-bedrock-build-coverage
profile: cicoverage
- contracts-bedrock-coverage
scheduled-docker-publish:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment