Skip to content

Commit 722d964

Browse files
authored
Update trigger (#534)
1 parent 0944c6b commit 722d964

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
- "yes"
2525
- "no"
2626
schedule:
27-
# Temporary test: trigger once at 20:54 UTC (≈5 minutes from now).
28-
- cron: "59 20 * * *"
27+
# Temporary test: trigger once at 21:15 UTC (≈10 minutes from now).
28+
- cron: "15 21 * * *"
2929

3030
concurrency:
3131
group:

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
- "yes"
2525
- "no"
2626
schedule:
27-
# Temporary test: trigger once at 20:54 UTC (≈5 minutes from now).
28-
- cron: "59 20 * * *"
27+
# Temporary test: trigger once at 21:15 UTC (≈10 minutes from now).
28+
- cron: "15 21 * * *"
2929

3030
concurrency:
3131
group:

0 commit comments

Comments
 (0)