Skip to content

Commit 69f2d4b

Browse files
authored
5 16 * * * new time
1 parent ca3b7bd commit 69f2d4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline-scheduled-regression.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pipeline-scheduled-run (daily 4:05 PM UTC)
22

33
on:
44
schedule:
5-
- cron: "5 17 * * *" # runs every day at 17:05 UTC (4:05 PM UTC)
5+
- cron: "5 16 * * *" # runs every day at 17:05 UTC (4:05 PM UTC)
66

77
jobs:
88
run-test-job:
@@ -49,4 +49,4 @@ jobs:
4949
uses: actions/download-artifact@v4
5050
with:
5151
name: test-reports-upload-extentReport
52-
path: test-execution-reports/
52+
path: test-execution-reports/

0 commit comments

Comments
 (0)