File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,22 @@ name: CompatHelper
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 20 00 * * *'
6
- issues :
7
- types : [opened, reopened]
5
+ - cron : ' 00 00 * * *'
6
+ workflow_dispatch :
8
7
9
8
jobs :
10
- build :
9
+ CompatHelper :
11
10
runs-on : ${{ matrix.os }}
12
11
strategy :
13
12
matrix :
14
13
julia-version : [1.2.0]
15
14
julia-arch : [x86]
16
15
os : [ubuntu-latest]
17
16
steps :
18
- - uses : julia-actions/setup-julia@latest
19
- with :
20
- version : ${{ matrix.julia-version }}
21
17
- name : Pkg.add("CompatHelper")
22
18
run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
23
19
- name : CompatHelper.main()
24
20
env :
25
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
+ COMPATHELPER_PRIV : ${{ secrets.TAGBOT }}
26
23
run : julia -e 'using CompatHelper; CompatHelper.main()'
You can’t perform that action at this time.
0 commit comments