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
22
33on :
44 schedule :
5- - cron : ' 00 * * * *'
6- issues :
7- types : [opened, reopened]
5+ - cron : ' 00 00 * * *'
6+ workflow_dispatch :
87
98jobs :
10- build :
9+ CompatHelper :
1110 runs-on : ${{ matrix.os }}
1211 strategy :
1312 matrix :
1413 julia-version : [1.2.0]
1514 julia-arch : [x86]
1615 os : [ubuntu-latest]
1716 steps :
18- - uses : julia-actions/setup-julia@latest
19- with :
20- version : ${{ matrix.julia-version }}
2117 - name : Pkg.add("CompatHelper")
2218 run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
2319 - name : CompatHelper.main()
2420 env :
2521 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22+ COMPATHELPER_PRIV : ${{ secrets.TAGBOT }}
2623 run : julia -e 'using CompatHelper; CompatHelper.main()'
You can’t perform that action at this time.
0 commit comments