Skip to content

Commit

Permalink
add workflow_dispatch to manually trigger workflow (matchai#109)
Browse files Browse the repository at this point in the history
create workflows that are manually triggered with the new workflow_dispatch event.
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

zhanyeye authored Mar 3, 2022
1 parent 4cbedd0 commit 94bdc98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@ name: Update gist with WakaTime stats
on:
schedule:
- cron: "0 0 * * *"
# Manual triggers with workflow_dispatch
workflow_dispatch:
jobs:
update-gist:
runs-on: ubuntu-latest

0 comments on commit 94bdc98

Please sign in to comment.