chore: don't run legacy pipeline when warming (#634)

This commit is contained in:
Greg Magolan 2023-10-24 22:20:19 -07:00 committed by GitHub
parent 8cf7e6f995
commit 7402da72c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -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"