Skip to content

Commit

Permalink
Disable cron task to update license (#33486)
Browse files Browse the repository at this point in the history
Help #33467
The file can be changed or removed after that issue is resolved.
  • Loading branch information
lunny authored Feb 3, 2025
1 parent ed84f37 commit 3ebfc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-licenses.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3ebfc77

Please sign in to comment.