Skip to content

Commit

Permalink
Update CompatHelper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc authored Jul 3, 2023
1 parent 13afac7 commit bf0e18b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CompatHelper

on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
- cron: '14 21 * * *'

jobs:
CompatHelper:
runs-on: ubuntu-latest
Expand All @@ -12,5 +13,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit bf0e18b

Please sign in to comment.