Skip to content

Commit e245286

Browse files
authored
Merge pull request #3219 from manics/disable-scheduled-grafana
Disable scheduled update-grafana-data.yaml
2 parents cf3ef06 + 5ad521c commit e245286

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)