Skip to content

Commit

Permalink
Automated commit made by MassInstallAction.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Dec 8, 2020
1 parent ca95276 commit a5dee78
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@ name: CompatHelper

on:
schedule:
- cron: '20 00 * * *'
issues:
types: [opened, reopened]
- cron: '00 00 * * *'
workflow_dispatch:

jobs:
build:
CompatHelper:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.2.0]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.TAGBOT }}
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit a5dee78

Please # to comment.