Skip to content

Commit

Permalink
Schedule CompatHelper weekly (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdw503 authored Jan 9, 2025
1 parent 74ab52b commit e90b5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CompatHelper
on:
schedule:
- cron: 0 0 * * *
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
CompatHelper:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
# COMPATHELPER_PRIV: \${{ secrets.COMPATHELPER_PRIV }}

0 comments on commit e90b5a2

Please sign in to comment.