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 name: CompatHelper
on: on:
schedule: push:
- cron: 0 0 * * * branches:
- main
tags: ['*']
workflow_dispatch: workflow_dispatch:
jobs: jobs:
CompatHelper: CompatHelper: