summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2021-02-04 23:14:08 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2021-02-05 07:29:12 -0300
commite3c0fd3203fb13d9a43dc6cc6e45627e5c33234a (patch)
treebfd440e17d547d8f5152a6cde5ae8444b5d91300 /.github
parent375e95180ce16d762652e5c1b80bc9de92ad8f98 (diff)
downloadpytest-e3c0fd3203fb13d9a43dc6cc6e45627e5c33234a.tar.gz
Update plugin-list every Sunday instead of everyday
Every day seems a bit excessive lately, let's make it less frequent.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-plugin-list.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/update-plugin-list.yml b/.github/workflows/update-plugin-list.yml
index 3f4ec092b..9b071aa3d 100644
--- a/.github/workflows/update-plugin-list.yml
+++ b/.github/workflows/update-plugin-list.yml
@@ -2,8 +2,9 @@ name: Update Plugin List
on:
schedule:
- # Run daily at midnight.
- - cron: '0 0 * * *'
+ # At 00:00 on Sunday.
+ # https://crontab.guru
+ - cron: '0 0 * * 0'
workflow_dispatch:
jobs: