From 6272d475ad5c638687d33b0abdcca66e8d5cb40b Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Thu, 2 Jan 2025 12:57:13 -0500 Subject: [PATCH] fix: run the action monthly --- .github/workflows/integration-test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 0c6aeb4..46f4aaf 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -1,6 +1,9 @@ name: Integration Test -on: [pull_request] +on: + schedule: + # Montlhy at 00:00 + - cron: '0 0 1 * *' jobs: edx-platform-integration-test: