Merge pull request #4278 from RalfJung/cron-test-done

remove test trigger fron cron job
This commit is contained in:
Ralf Jung 2025-04-17 18:44:09 +00:00 committed by GitHub
commit 765d4b29af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ on:
branches:
- 'master'
schedule:
- cron: '44 4,17 * * *' # At 4:44 UTC every day.
- cron: '44 4 * * *' # At 4:44 UTC every day.
defaults:
run: