From ada637968ad015ae71b7439ae26f14317e5f7c39 Mon Sep 17 00:00:00 2001 From: David Gnedt Date: Wed, 15 May 2024 23:37:27 +0200 Subject: [PATCH] CI: Run pipeline every Friday and allow manual starts --- .github/workflows/ci-python3.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-python3.yml b/.github/workflows/ci-python3.yml index 140e8b8..6fcb6a7 100644 --- a/.github/workflows/ci-python3.yml +++ b/.github/workflows/ci-python3.yml @@ -9,6 +9,9 @@ on: branches: [ python3 ] pull_request: branches: [ python3 ] + workflow_dispatch: + schedule: + - cron: '37 15 * * 5' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: