This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 워크플로우의 이름 | |
name: Automatic Lotto Buyer | |
# 워크플로우가 실행될 시점 설정 | |
on: | |
schedule: | |
- cron: '55 23 * * 5' # UST 기준의 크론. UST 23:55 는 KST 08:55 토요일 8:55분 | |
- cron: '0 0 * * 1' # KST 09:00 매주 월요일 오전 9시 | |
# Actions 탭에서 수동으로 실행할 수 있도록 버튼 추가 |