Skip to content

Commit 6187ef9

Browse files
authored
Update integrationtest schedule time (#23)
1 parent bd77150 commit 6187ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrationtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Integrationtest
22

33
on:
44
schedule:
5-
- cron: '0 23 * * 6'
5+
- cron: '0 22 * * 1'
66
push:
77
branches: [ main ]
88
pull_request:
@@ -27,4 +27,4 @@ jobs:
2727
GRAFANA_DASHBOARD_PATH: ${{ secrets.GRAFANA_DASHBOARD_PATH }}
2828
GRAFANA_DASHBOARD_NAME: ${{ secrets.GRAFANA_DASHBOARD_NAME }}
2929
GRAFANA_USERNAME: ${{ secrets.GRAFANA_USERNAME }}
30-
GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }}
30+
GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }}

0 commit comments

Comments
 (0)