mirror of https://github.com/go-gitea/gitea.git
Disable cron task to update license (#33486)
Help #33467 The file can be changed or removed after that issue is resolved.pull/33320/head
parent
ed84f3737a
commit
3ebfc77e83
|
@ -1,8 +1,8 @@
|
||||||
name: cron-licenses
|
name: cron-licenses
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: "7 0 * * 1" # every Monday at 00:07 UTC
|
# - cron: "7 0 * * 1" # every Monday at 00:07 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue