We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ee5e0 commit 2a759f5Copy full SHA for 2a759f5
.github/workflows/traffic.yml
@@ -1,6 +1,8 @@
1
name: Traffic workflow
2
3
-on: workflow_dispatch
+on:
4
+ schedule:
5
+ - cron: '8 8 * * *'
6
7
jobs:
8
fetch_traffic:
0 commit comments