Skip to content

Commit

Permalink
ci: remove polling for repo dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Apr 3, 2024
1 parent 220a570 commit e532f6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Update UI

on:
# Run daily
schedule:
- cron: '0 0 * * *'
repository_dispatch:
types: [update-ui]
# Enable manual trigger
workflow_dispatch:

Expand Down

0 comments on commit e532f6f

Please sign in to comment.