updated compat helper to not always run
Some checks failed
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Has been cancelled

This commit is contained in:
Daniel Wiplinger 2024-10-02 13:19:14 +02:00
parent 7283082699
commit de73d83d9e

View File

@ -1,7 +1,9 @@
name: CompatHelper
on:
schedule:
- cron: 0 0 * * *
push:
branches:
- main
tags: ['*']
workflow_dispatch:
jobs:
CompatHelper: