Skip to content

Commit

Permalink
dont run
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq authored Sep 12, 2023
1 parent be52ab8 commit 9f762d7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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()'
#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()'

0 comments on commit 9f762d7

Please sign in to comment.