chore: don't run legacy pipeline when warming (#634)
This commit is contained in:
parent
8cf7e6f995
commit
7402da72c1
|
@ -25,6 +25,12 @@ jobs:
|
|||
legacy:
|
||||
docker:
|
||||
- image: cimg/base:2023.03
|
||||
steps:
|
||||
- when:
|
||||
condition:
|
||||
and:
|
||||
- not:
|
||||
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
|
||||
steps:
|
||||
- checkout
|
||||
- run: echo "this is an example of legacy non-workflows job"
|
||||
|
|
Loading…
Reference in New Issue