Skip to content

Commit 5cf6744

Browse files
authored
Schedule CompatHelper weekly (#13)
1 parent ec9f617 commit 5cf6744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CompatHelper
22
on:
33
schedule:
4-
- cron: 0 0 * * *
4+
- cron: '0 0 * * 0'
55
workflow_dispatch:
66
jobs:
77
CompatHelper:
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
33-
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
33+
# COMPATHELPER_PRIV: \${{ secrets.COMPATHELPER_PRIV }}

0 commit comments

Comments
 (0)