Skip to content

Commit 49bb03c

Browse files
authored
[CI] run CompatHelper with default Julia version
1 parent b4e23ac commit 49bb03c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,12 @@ name: CompatHelper
22

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

97
jobs:
10-
build:
11-
runs-on: ${{ matrix.os }}
12-
strategy:
13-
matrix:
14-
julia-version: [1.2.0]
15-
julia-arch: [x86]
16-
os: [ubuntu-latest]
8+
CompatHelper:
9+
runs-on: ubuntu-latest
1710
steps:
18-
- uses: julia-actions/setup-julia@latest
19-
with:
20-
version: ${{ matrix.julia-version }}
2111
- name: Pkg.add("CompatHelper")
2212
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
2313
- name: CompatHelper.main()

0 commit comments

Comments
 (0)