Skip to content

Commit

Permalink
Merge pull request #31 from fkubota/feat/17-workflow_dispatch
Browse files Browse the repository at this point in the history
[update] cron.yml, workflow_dispatchを導入。 #17
  • Loading branch information
fkubota authored Dec 30, 2020
2 parents ae56b19 + 8e4dbca commit 248b370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
# github actions のデフォルトの time zone が UTC なので、日本時間 - 9時間 した値を書く
- cron: '50 0 * * 1,2,3,4,5'
workflow_dispatch:

push:
branches:
Expand Down

0 comments on commit 248b370

Please sign in to comment.