Skip to content

Commit f57be39

Browse files
committedDec 4, 2021
update CompatHelper workflow
1 parent 5700cec commit f57be39

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed
 

‎.github/workflows/CompatHelper.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
5-
- cron: '00 00 * * *'
6-
4+
- cron: 0 0 * * *
5+
workflow_dispatch:
76
jobs:
87
CompatHelper:
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
matrix:
12-
julia-version: [1.2.0]
13-
julia-arch: [x86]
14-
os: [ubuntu-latest]
8+
runs-on: ubuntu-latest
159
steps:
16-
- uses: julia-actions/setup-julia@latest
17-
with:
18-
version: ${{ matrix.julia-version }}
1910
- name: Pkg.add("CompatHelper")
2011
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
2112
- name: CompatHelper.main()
2213
env:
2314
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
2416
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)