#GitHubActions
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
```yaml
on:
schedule:
- cron: '*/30 5,17 * * *'
```
`cron`の書き方は[[GitHub Actions Scheduled events]]を参照。
## トラブルシューティング
- [[GitHub Actionsの定期実行(schedule)が設定どおりに実行されない]]