File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - main
10- schedule :
11- - cron : " 0 6 * * 1"
1210
1311env :
1412 MIX_ENV : test
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
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
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
You can’t perform that action at this time.
0 commit comments