diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index cfd92a90..293a91ce 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 1:10 PM UTC, only on Saturday and Sunday + # At 4:20 AM UTC, only on Thursday and Friday schedule: - - cron: '10 13 * * 6,0' + - cron: '20 4 * * 4,5' jobs: dispatch-ci: diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 715da5ed..674f5ac0 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 4:20 PM UTC, on day 21 of the month + # At 4:20 AM UTC, on day 5 of the month schedule: - - cron: '20 16 21 * *' + - cron: '20 4 5 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-js.yml b/.github/workflows/update-js.yml index b8ae4a98..789a1eae 100644 --- a/.github/workflows/update-js.yml +++ b/.github/workflows/update-js.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Run on a schedule of once per quarter schedule: - - cron: '20 16 1 */3 *' + - cron: '20 4 1 */3 *' jobs: update-js: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 7b05bf74..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,12 +0,0 @@ -# Contributing - -Any open source product is only as good as the community behind it. You can participate by sharing code, ideas, or simply helping others. No matter what your skill level is, every contribution counts. - -See our [high level overview](http://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out. - -Or, for more detailed guidance, read one of the following pages: - - * [Sharing your opinion and raising issues](http://docs.silverstripe.org/en//contributing/issues_and_bugs/) - * [Providing code, whether it's creating a feature or fixing a bug](http://docs.silverstripe.org/en/contributing/code/) - * [Writing and translating documentation](http://docs.silverstripe.org/en/contributing/translations/) - * [Translating user-interface elements](http://docs.silverstripe.org/en/contributing/translation_process/)