Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 75540b0

Browse files
authored
Simplify CompatHelper
1 parent a5eebb4 commit 75540b0

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/CompatHelper.yml

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

33
on:
44
schedule:
5-
- cron: '00 * * * *'
5+
- cron: '00 00 * * *'
66

77
jobs:
8-
build:
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
matrix:
12-
julia-version: [1.2.0]
13-
julia-arch: [x86]
14-
os: [ubuntu-latest]
8+
CompatHelper:
9+
runs-on: ubuntu-latest
1510
steps:
1611
- uses: julia-actions/setup-julia@latest
1712
with:
18-
version: ${{ matrix.julia-version }}
19-
- name: Install dependencies
13+
version: 1.3
14+
- name: Pkg.add("CompatHelper")
2015
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
21-
- name: CompatHelper.main
16+
- name: CompatHelper.main()
2217
env:
2318
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
JULIA_DEBUG: CompatHelper
2519
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)