diff --git a/.circleci/config.yml b/.circleci/config.yml index ac146dc..9adfe3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,8 +26,14 @@ jobs: docker: - image: cimg/base:2023.03 steps: - - checkout - - run: echo "this is an example of legacy non-workflows job" + - when: + condition: + and: + - not: + equal: [scheduled_pipeline, << pipeline.trigger_source >>] + steps: + - checkout + - run: echo "this is an example of legacy non-workflows job" workflows: default-workflow: