From 5977cbac311f2c51bed20a82645a34b8babeaf99 Mon Sep 17 00:00:00 2001 From: mjheilmann Date: Sat, 18 Jan 2025 12:35:31 -0500 Subject: [PATCH 1/2] disable cron CI run, github disables CI when unchanged for too long --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a84d8d..71ac673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,6 @@ on: push: branches: - main - schedule: - - cron: "0 6 * * 1" env: MIX_ENV: test From 748cbda88714257762d727ec03ecdc63feec9bb6 Mon Sep 17 00:00:00 2001 From: mjheilmann Date: Sat, 18 Jan 2025 12:40:13 -0500 Subject: [PATCH 2/2] cleanup other CI schedule checks --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71ac673..7ad482c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: validate_1_13: name: Validate PR against 1.13 runs-on: ubuntu-latest - if: github.event.schedule != '0 6 * * 1' steps: - uses: actions/checkout@v4 @@ -47,7 +46,6 @@ jobs: validate_1_14: name: Validate PR against 1.14 runs-on: ubuntu-latest - if: github.event.schedule != '0 6 * * 1' steps: - uses: actions/checkout@v4 @@ -80,7 +78,6 @@ jobs: validate_1_15: name: Validate PR against 1.15 runs-on: ubuntu-latest - if: github.event.schedule != '0 6 * * 1' steps: - uses: actions/checkout@v4 @@ -146,7 +143,6 @@ jobs: validate_unlocked: name: Validate Code With Unlocked Dependencies runs-on: ubuntu-latest - if: github.event.schedule == '0 6 * * 1' steps: - uses: actions/checkout@v4