Skip to content

Commit

Permalink
disable android delete cron in wf
Browse files Browse the repository at this point in the history
  • Loading branch information
milost77 committed Dec 25, 2023
1 parent 179ead0 commit 9b3456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Delete old packages

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 29 2 1" # temporary
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 9b3456f

Please sign in to comment.