File tree Expand file tree Collapse file tree 6 files changed +7
-9
lines changed
Expand file tree Collapse file tree 6 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 88 # push:
99 workflow_dispatch :
1010 schedule :
11- - cron : " 30 08 * * 3" # 08:30 PM UTC Thu (02:15 AM NPT Thu Midnight)
11+ - cron : " 00 07 * * 3" # 07:00 PM UTC Thu (12:45 AM NPT Thu Midnight)
1212 # - cron: "*/30 * * * *" # Every 30 Mins
1313defaults :
1414 run :
Original file line number Diff line number Diff line change 88 # push:
99 workflow_dispatch :
1010 schedule :
11- - cron : " 30 08 * * 3" # 08:30 PM UTC Thu (02:15 AM NPT Thu Midnight)
11+ - cron : " 00 07 * * 3" # 07:00 PM UTC Thu (12:45 AM NPT Thu Midnight)
1212 # - cron: "*/30 * * * *" # Every 30 Mins
1313defaults :
1414 run :
Original file line number Diff line number Diff line change 88 # push:
99 workflow_dispatch :
1010 schedule :
11- - cron : " 30 08 * * 3" # 08:30 PM UTC Thu (02:15 AM NPT Thu Midnight)
11+ - cron : " 00 07 * * 3" # 07:00 PM UTC Thu (12:45 AM NPT Thu Midnight)
1212 # - cron: "*/30 * * * *" # Every 30 Mins
1313defaults :
1414 run :
Original file line number Diff line number Diff line change 88 # push:
99 workflow_dispatch :
1010 schedule :
11- - cron : " 30 08 * * 4 " # 08:30 PM UTC Thu (02:15 AM NPT Fri Midnight)
11+ - cron : " 30 08 * * 3 " # 08:30 PM UTC Wed (02:15 AM NPT Thu Midnight)
1212 # - cron: "*/30 * * * *" # Every 30 Mins
1313defaults :
1414 run :
Original file line number Diff line number Diff line change 2323 name : Push (runner-aarch64) --> Docker Hub
2424 # runs-on: ubuntu-latest
2525 runs-on : ubuntu-24.04-arm
26- # needs: [build-push-docker-ubuntu-base]
2726 steps :
2827 - name : Checkout repository
2928 uses : actions/checkout@v4
9594 build-push-docker-runner-riscv64 :
9695 name : Push (runner-riscv64) --> Docker Hub
9796 runs-on : ubuntu-latest
98- # needs: [build-push-docker-ubuntu-base]
9997 steps :
10098 - name : Checkout repository
10199 uses : actions/checkout@v4
@@ -166,7 +164,6 @@ jobs:
166164 build-push-docker-runner-x86-64 :
167165 name : Push (runner-x86_64) --> Docker Hub
168166 runs-on : ubuntu-latest
169- # needs: [build-push-docker-ubuntu-base]
170167 steps :
171168 - name : Checkout repository
172169 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 schedule :
88 # - cron: "0 */8 * * *" # Every 8 HRs
9- - cron : " 30 07 * * 3" # 07:30 PM UTC Wed (01:15 AM NPT Thu Midnight)
10- - cron : " 30 08 * * 3" # 08:30 PM UTC Wed (02:15 AM NPT Thu Midnight)
9+ - cron : " 30 07 * * 1" # 07:30 PM UTC Mon (01:15 AM NPT Tue Midnight)
10+ - cron : " 30 07 * * 2" # 07:30 PM UTC Tue (01:15 AM NPT Wed Midnight)
11+ - cron : " 00 07 * * 3" # 07:00 PM UTC Wed (12:45 AM NPT Thu Midnight)
1112jobs :
1213 fetch :
1314 runs-on : " ${{ matrix.runner }}"
You can’t perform that action at this time.
0 commit comments