Skip to content

Commit 4c417ab

Browse files
committed
Fix cron time comment in nightly parallel integration tests workflow
1 parent 45407b1 commit 4c417ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- feat/nightly-parallel-integration-tests
77
schedule:
8-
- cron: '30 18 * * *' # 12:00 AM IST (UTC+5:30 = 17:30 UTC)
8+
- cron: '30 18 * * *' # 12:00 AM IST (UTC+5:30 = 16:30 UTC)
99
workflow_dispatch:
1010
inputs:
1111
reason:

0 commit comments

Comments
 (0)