Skip to content

Commit

Permalink
ci: remove workflow_dispatch trigger
Browse files Browse the repository at this point in the history
not needed because forks can be manually updated with a button click from the fork's main page already
  • Loading branch information
kelly-sovacool committed Jan 2, 2024
1 parent 592627b commit 983851d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Sync Forks
on:
schedule:
- cron: "47 11 * * *" # once every day
workflow_dispatch: # on button click
push:
paths:
- .github/workflows/sync-forks.yml
Expand Down

0 comments on commit 983851d

Please sign in to comment.