Skip to content

Commit

Permalink
[update] cron.yml, workflow_dispatchを導入。 #17
Browse files Browse the repository at this point in the history
  • Loading branch information
fkubota committed Dec 30, 2020
1 parent ae56b19 commit 8e4dbca
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 8e4dbca

Please sign in to comment.