Commit 091e9c03 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

ci: Only run develop-fault-proofs on commits to develop, not scheduled triggers (#9596)

parent 9cdd3673
......@@ -2010,7 +2010,10 @@ workflows:
develop-fault-proofs:
when:
equal: [ "develop", <<pipeline.git.branch>> ]
and:
- equal: [ "develop", <<pipeline.git.branch>> ]
- not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- go-mod-download
- cannon-prestate:
......
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