Skip to content

Commit 5ad521c

Browse files
authored
Disable scheduled update-grafana-data.yaml
It's never worked as the credentials haven't been setup
1 parent cf3ef06 commit 5ad521c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-grafana-data.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
push:
99
paths:
1010
- ".github/workflows/update-grafana-data.yaml"
11-
schedule:
12-
# Run at 05:00 every day, ref: https://crontab.guru/#0_5_*_*_*
13-
- cron: "0 5 * * *"
11+
# schedule:
12+
# # Run at 05:00 every day, ref: https://crontab.guru/#0_5_*_*_*
13+
# - cron: "0 5 * * *"
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)