Skip to content

Commit

Permalink
chore: disable update icons automation
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Nov 21, 2024
1 parent 14eaaf6 commit 821fbe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Update icons

on:
schedule:
- cron: "0 10 * * *"
# automation currently disabled. Only manual triggers
# schedule:
# - cron: "0 10 * * *"
workflow_dispatch:

env:
Expand Down

0 comments on commit 821fbe5

Please sign in to comment.