Skip to content

Commit

Permalink
infra: disable cron for update monday-ui-style version workflow (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt authored Nov 28, 2023
1 parent 9d1bbb4 commit 802803d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Update monday-ui-style
on:
schedule:
- cron: "*/10 * * * *"
on: workflow_dispatch
# cron schedule disabled for now
# schedule:
# - cron: "*/10 * * * *"

jobs:
get-version:
Expand Down

0 comments on commit 802803d

Please sign in to comment.