From 10b850ff024aed2f7cadf7c425f2385f625ee9eb Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Wed, 20 Dec 2023 13:51:22 +0100 Subject: [PATCH 1/3] Change on for vizro-ai integration tests --- .../workflows/test-integration-vizro-ai.yml | 5 +- ...chulz_adjust_vizro_ai_integration_tests.md | 48 +++++++++++++++++++ 2 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md diff --git a/.github/workflows/test-integration-vizro-ai.yml b/.github/workflows/test-integration-vizro-ai.yml index 706be2f1d..24be6d69e 100644 --- a/.github/workflows/test-integration-vizro-ai.yml +++ b/.github/workflows/test-integration-vizro-ai.yml @@ -7,9 +7,8 @@ defaults: on: push: branches: [main] - pull_request: - branches: - - main + schedule: + - cron: "30 10 * * 1" env: PYTHONUNBUFFERED: 1 diff --git a/vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md b/vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md new file mode 100644 index 000000000..f1f65e73c --- /dev/null +++ b/vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md @@ -0,0 +1,48 @@ + + + + + + + + + From 2c39d1edb8df3a20e6bb8bb2d488923777d1da16 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Wed, 20 Dec 2023 15:21:08 +0100 Subject: [PATCH 2/3] PR feedback --- .../workflows/test-integration-vizro-ai.yml | 2 +- ...chulz_adjust_vizro_ai_integration_tests.md | 48 ------------------- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md diff --git a/.github/workflows/test-integration-vizro-ai.yml b/.github/workflows/test-integration-vizro-ai.yml index 24be6d69e..0759902c0 100644 --- a/.github/workflows/test-integration-vizro-ai.yml +++ b/.github/workflows/test-integration-vizro-ai.yml @@ -8,7 +8,7 @@ on: push: branches: [main] schedule: - - cron: "30 10 * * 1" + - cron: "30 10 * * 1" # run every Monday at 10:30 UTC env: PYTHONUNBUFFERED: 1 diff --git a/vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md b/vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md deleted file mode 100644 index f1f65e73c..000000000 --- a/vizro-core/changelog.d/20231220_134721_maximilian_schulz_adjust_vizro_ai_integration_tests.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - From 012619597c69ef7a7ba37fc8e026178d6ef604ef Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Wed, 20 Dec 2023 15:22:20 +0100 Subject: [PATCH 3/3] add UTC --- .github/workflows/secret-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 9d049ad4f..e6dd2111e 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -5,7 +5,7 @@ on: push: workflow_dispatch: schedule: - - cron: "0 4 * * *" # run once a day at 4 AM + - cron: "0 4 * * *" # run once a day at 4 AM UTC env: PYTHON_VERSION: "3.11"