diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 53665d9..5c0c178 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + schedule: + - cron: "10 4 * * 2" # Every Tuesday at 4:10 AM UTC permissions: contents: read diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ffe008a..23f68b4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -4,6 +4,8 @@ on: push: branches: [ "main" ] pull_request: + schedule: + - cron: "10 4 * * 2" # Every Tuesday at 4:10 AM UTC permissions: contents: read