Skip to content

Commit cc2f59f

Browse files
committed
Work CI-CD
- Adjust cron setting for github actions (need to improve sequence). ***NO_CI***
1 parent d2a09ae commit cc2f59f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/update-dependencies-2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Update dependencies (round 2)
77

88
on:
99
schedule:
10-
# At 15:00 UTC every day.
10+
# At 00:15 UTC every day.
11+
# Set 15 min apart from round 1 to allow enough time for any changes to propagate.
1112
- cron: '15 00 * * *'
1213
repository_dispatch:
1314
types: update-dependencies

.github/workflows/update-dependencies-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Update dependencies (round 3)
88
on:
99
schedule:
1010
# At 00:30 UTC every day.
11-
# Set 30 min apart from round 1 to allow enough time for any changes to propagate.
11+
# Set 30 min apart from round 2 to allow enough time for any changes to propagate.
1212
- cron: '30 00 * * *'
1313
repository_dispatch:
1414
types: update-dependencies

.github/workflows/update-dependencies-4.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: Update dependencies (round 4)
88

99
on:
1010
schedule:
11-
# At 02:00 UTC every day.
12-
# Set 2 hours apart from round 2 to allow enough time for any changes to propagate.
13-
- cron: '00 02 * * *'
11+
# At 02:30 UTC every day.
12+
# Set 2 hours apart from round 3 to allow enough time for any changes to propagate.
13+
- cron: '30 02 * * *'
1414
repository_dispatch:
1515
types: update-dependencies
1616
workflow_dispatch:

0 commit comments

Comments
 (0)