Skip to content

Commit 3dd31d7

Browse files
authored
disable cron CI run, github disables CI when unchanged for too long (#44)
* disable cron CI run, github disables CI when unchanged for too long * cleanup other CI schedule checks
1 parent c0bf835 commit 3dd31d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
schedule:
11-
- cron: "0 6 * * 1"
1210

1311
env:
1412
MIX_ENV: test
@@ -17,7 +15,6 @@ jobs:
1715
validate_1_13:
1816
name: Validate PR against 1.13
1917
runs-on: ubuntu-latest
20-
if: github.event.schedule != '0 6 * * 1'
2118
steps:
2219
- uses: actions/checkout@v4
2320

@@ -49,7 +46,6 @@ jobs:
4946
validate_1_14:
5047
name: Validate PR against 1.14
5148
runs-on: ubuntu-latest
52-
if: github.event.schedule != '0 6 * * 1'
5349
steps:
5450
- uses: actions/checkout@v4
5551

@@ -82,7 +78,6 @@ jobs:
8278
validate_1_15:
8379
name: Validate PR against 1.15
8480
runs-on: ubuntu-latest
85-
if: github.event.schedule != '0 6 * * 1'
8681
steps:
8782
- uses: actions/checkout@v4
8883

@@ -148,7 +143,6 @@ jobs:
148143
validate_unlocked:
149144
name: Validate Code With Unlocked Dependencies
150145
runs-on: ubuntu-latest
151-
if: github.event.schedule == '0 6 * * 1'
152146
steps:
153147
- uses: actions/checkout@v4
154148

0 commit comments

Comments
 (0)