Skip to content

Commit bc7e85d

Browse files
committed
fix
1 parent d740448 commit bc7e85d

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

.github/workflows/build_default_alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
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
1313
defaults:
1414
run:

.github/workflows/build_default_debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
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
1313
defaults:
1414
run:

.github/workflows/build_default_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
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
1313
defaults:
1414
run:

.github/workflows/build_gh_builder_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
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
1313
defaults:
1414
run:

.github/workflows/build_gh_runner_images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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
@@ -95,7 +94,6 @@ jobs:
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

.github/workflows/fetch_runner_images.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
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)
1112
jobs:
1213
fetch:
1314
runs-on: "${{ matrix.runner }}"

0 commit comments

Comments
 (0)