From bf24993f0c23fbdd8dcabc3a8141f3dec5103134 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Wed, 27 Jul 2022 13:22:10 -0700 Subject: [PATCH] CI: Add scheduled and manual triggers to python-deps workflow --- .github/workflows/python-deps.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index ae4f8bc42..4a9ecbac0 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -14,6 +14,10 @@ on: - 'python-setup/**' # Changes to the default CodeQL bundle version. - '**/defaults.json' + schedule: + # Weekly on Monday. + - cron: '0 0 * * 1' + workflow_dispatch: jobs: test-setup-python-scripts: