From 93ea21eb6662a08a706eda0dfd633352e4a280df Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Thu, 17 Jul 2025 14:26:05 -0700 Subject: [PATCH 1/2] updating daily ci runners --- .github/workflows/ci.yaml | 3 +-- .../{package-tests.yaml => main_cron.yaml} | 14 ++++---------- 2 files changed, 5 insertions(+), 12 deletions(-) rename .github/workflows/{package-tests.yaml => main_cron.yaml} (88%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78ef03335..e5526db34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,7 @@ on: branches: - main schedule: - # At 07:00 UTC on Monday and Thursday. - - cron: "0 7 * * *" + - cron: "0 4 * * *" workflow_dispatch: release: types: diff --git a/.github/workflows/package-tests.yaml b/.github/workflows/main_cron.yaml similarity index 88% rename from .github/workflows/package-tests.yaml rename to .github/workflows/main_cron.yaml index 72e7e1a25..4cac60203 100644 --- a/.github/workflows/package-tests.yaml +++ b/.github/workflows/main_cron.yaml @@ -1,15 +1,9 @@ -name: "Package Install Tests" +name: "Daily package install tests." on: - push: - branches: - - main - paths-ignore: - - "docs/*" - workflow_dispatch: schedule: - # At 07:00 UTC on Monday and Thursday. - - cron: "0 7 * * *" + # At 03:00 UTC daily + - cron: "0 3 * * *" concurrency: group: "${{ github.workflow }}-${{ github.ref }}" @@ -22,7 +16,7 @@ defaults: jobs: package-tests: runs-on: ubuntu-latest - name: "package install tests" + name: "main branch long tests" steps: - uses: actions/checkout@v4 From 82edd6dc0433de4a8244c7c012ea43447ecebf2b Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Thu, 17 Jul 2025 14:28:00 -0700 Subject: [PATCH 2/2] rename for clarity --- .github/workflows/{main_cron.yaml => package_test_cron.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{main_cron.yaml => package_test_cron.yaml} (100%) diff --git a/.github/workflows/main_cron.yaml b/.github/workflows/package_test_cron.yaml similarity index 100% rename from .github/workflows/main_cron.yaml rename to .github/workflows/package_test_cron.yaml