Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
[BUGS-5332] Turn off scheduled_update_check automation (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman authored Dec 2, 2022
1 parent 1a8bc86 commit 940ddaa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,13 @@ workflows:
- deploy_to_pantheon
- visual_regression_test

scheduled_update_check:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
jobs:
- composer_lock_updater
#scheduled_update_check:
# triggers:
# - schedule:
# cron: "0 0 * * *"
# filters:
# branches:
# only:
# - master
# jobs:
# - composer_lock_updater
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @pantheon-systems/cms-ecosystem
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ If you need to enable Github Actions for an existing project, you should copy .c
## Updating your site

When using this repository to manage your Drupal site, you will no longer use the Pantheon dashboard to update your Drupal version. Instead, you will manage your updates using Composer. Ensure your site is in Git mode, clone it locally, and then run composer commands from there. Commit and push your files back up to Pantheon as usual.

## Re-enabling automation

The automation which ran daily to check for composer updates has been disabled as of `12/1/22`. Build Tools users can re-enable automation to check for composer updates by uncommenting the `scheduled_update_check` in `.circleci/config.yml`.

0 comments on commit 940ddaa

Please sign in to comment.