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 567fd94 commit 9ec94d1Copy full SHA for 9ec94d1
.circleci/config.yml
@@ -157,6 +157,9 @@ jobs:
157
workflows:
158
version: 2
159
build:
160
+ when:
161
+ not:
162
+ equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
163
jobs:
164
- tests-php:
165
name: php-7.4
@@ -182,12 +185,7 @@ workflows:
182
185
- check-code-style
183
186
184
187
nightly:
- triggers:
- - schedule:
- cron: "0 0 * * *"
188
- filters:
189
- branches:
190
- only:
191
- - master
192
193
- tests-php
0 commit comments