Skip to content

Commit

Permalink
restore defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Aug 5, 2020
1 parent 40661fd commit e2b48a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: CompatHelper
on:
schedule:
- cron: '00 00 * * *'
push:
branches:
- compathelper

jobs:
CompatHelper:
Expand All @@ -17,4 +14,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
run: julia -e 'using CompatHelper; CompatHelper.main(master_branch="compathelper")'
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit e2b48a3

Please sign in to comment.