From 8b14c61240dbaa55b3f56ef22bd183e026b64aab Mon Sep 17 00:00:00 2001 From: Anis GHAOUI Date: Sun, 24 Nov 2024 13:52:02 +0100 Subject: [PATCH] Update python-app.yml Added Cron at 20h00 UTC --- .github/workflows/python-app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0203e59..6015092 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,6 +5,8 @@ on: branches: - main pull_request: + schedule: + - cron: '0 20 * * 5' # Triggers every Friday at 20:00 UTC jobs: read-mod-list: