updated compat helper to not always run

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: