Skip to content

Commit 0b2d9a4

Browse files
author
John Spellman
authored
Merge pull request #849 from pantheon-systems/bugs-5332
[BUGS-5332] Turn off automation
2 parents ba7439e + 549386f commit 0b2d9a4

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,13 @@ workflows:
249249
- deploy_to_pantheon
250250
- visual_regression_test
251251

252-
scheduled_update_check:
253-
triggers:
254-
- schedule:
255-
cron: "0 0 * * *"
256-
filters:
257-
branches:
258-
only:
259-
- master
260-
jobs:
261-
- composer_lock_updater
252+
#scheduled_update_check:
253+
# triggers:
254+
# - schedule:
255+
# cron: "0 0 * * *"
256+
# filters:
257+
# branches:
258+
# only:
259+
# - master
260+
# jobs:
261+
# - composer_lock_updater

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,7 @@ You should now be able to edit your site locally. The steps above do not need to
120120
**Warning:** do NOT push/pull code between Lando and Pantheon directly. All code should be pushed to GitHub and deployed to Pantheon through a continuous integration service, such as CircleCI.
121121

122122
Composer, Terminus and wp-cli commands should be run in Lando rather than on the host machine. This is done by prefixing the desired command with `lando`. For example, after a change to `composer.json` run `lando composer update` rather than `composer update`.
123+
124+
## Re-enabling automation
125+
126+
The automation which ran daily to check for composer updates has been disabled as of `12/5/22`. Build Tools users can re-enable automation to check for composer updates by uncommenting uncommenting the `scheduled_update_check` in `.circleci/config.yml`.

0 commit comments

Comments
 (0)