Skip to content

Commit 12efd6b

Browse files
authored
Automated commit made by MassInstallAction.jl (#197)
1 parent 5959af0 commit 12efd6b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,22 @@ name: CompatHelper
22

33
on:
44
schedule:
5-
- cron: '20 00 * * *'
6-
issues:
7-
types: [opened, reopened]
5+
- cron: '00 00 * * *'
6+
workflow_dispatch:
87

98
jobs:
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()'

0 commit comments

Comments
 (0)