Skip to content

Commit 338b2b3

Browse files
committed
Update CompatHelper.yml
1 parent 48ea14a commit 338b2b3

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,15 @@ name: CompatHelper
22

33
on:
44
schedule:
5-
- cron: '0 1 * * *'
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 }}
21-
- name: Install dependencies
22-
run: julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(name = "CompatHelper", url = "https://github.com/bcbi/CompatHelper.jl.git"))'
23-
- name: CompatHelper.main
11+
- name: Pkg.add("CompatHelper")
12+
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
13+
- name: CompatHelper.main()
2414
env:
2515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
JULIA_DEBUG: CompatHelper
2716
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)