We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3b7bd commit 69f2d4bCopy full SHA for 69f2d4b
1 file changed
.github/workflows/pipeline-scheduled-regression.yaml
@@ -2,7 +2,7 @@ name: pipeline-scheduled-run (daily 4:05 PM UTC)
2
3
on:
4
schedule:
5
- - cron: "5 17 * * *" # runs every day at 17:05 UTC (4:05 PM UTC)
+ - cron: "5 16 * * *" # runs every day at 17:05 UTC (4:05 PM UTC)
6
7
jobs:
8
run-test-job:
@@ -49,4 +49,4 @@ jobs:
49
uses: actions/download-artifact@v4
50
with:
51
name: test-reports-upload-extentReport
52
- path: test-execution-reports/
+ path: test-execution-reports/
0 commit comments