1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-06 09:44:38 +00:00

Disable cron task to update license (#33486)
All checks were successful
cron-translations / crowdin-pull (push) Has been skipped

Help #33467
The file can be changed or removed after that issue is resolved.
This commit is contained in:
Lunny Xiao 2025-02-03 12:52:20 -08:00 committed by GitHub
parent ed84f3737a
commit 3ebfc77e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
name: cron-licenses
on:
schedule:
- cron: "7 0 * * 1" # every Monday at 00:07 UTC
#schedule:
# - cron: "7 0 * * 1" # every Monday at 00:07 UTC
workflow_dispatch:
jobs: