Skip to content

Commit

Permalink
use GitHubActionsWorkflows for CompatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Jul 24, 2024
1 parent 61cb9f9 commit 36bad11
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: CompatHelper

on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:

jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/compat_helper.yml@master

0 comments on commit 36bad11

Please sign in to comment.