Skip to content

Commit 4503a73

Browse files
authored
Automated commit made by MassInstallAction.jl (#61)
1 parent 9fbd38d commit 4503a73

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ name: CompatHelper
33
on:
44
schedule:
55
- cron: '00 00 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
CompatHelper:
9-
runs-on: ubuntu-latest
10+
runs-on: ${{ matrix.os }}
11+
strategy:
12+
matrix:
13+
julia-version: [1.2.0]
14+
julia-arch: [x86]
15+
os: [ubuntu-latest]
1016
steps:
1117
- name: Pkg.add("CompatHelper")
1218
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1319
- name: CompatHelper.main()
1420
env:
1521
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
COMPATHELPER_PRIV: ${{ secrets.TAGBOT }}
1623
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)