Skip to content

Commit 3ebfc77

Browse files
authored
Disable cron task to update license (#33486)
Help #33467 The file can be changed or removed after that issue is resolved.
1 parent ed84f37 commit 3ebfc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron-licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: cron-licenses
22

33
on:
4-
schedule:
5-
- cron: "7 0 * * 1" # every Monday at 00:07 UTC
4+
#schedule:
5+
# - cron: "7 0 * * 1" # every Monday at 00:07 UTC
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)