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