8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f021e commit bc608e7Copy full SHA for bc608e7
.circleci/config.yml
@@ -172,6 +172,9 @@ jobs:
172
workflows:
173
version: 2
174
build:
175
+ when:
176
+ not:
177
+ equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
178
jobs:
179
- check-code-style
180
- check-docstyle
@@ -197,13 +200,8 @@ workflows:
197
200
python-image: "cimg/python:3.10"
198
201
199
202
nightly:
- triggers:
- - schedule:
- cron: "0 0 * * *"
203
- filters:
204
- branches:
205
- only:
206
- - master
207
208
- tests-python
209
- check-aws-lambda-layer
0 commit comments