Skip to content

Commit

Permalink
스케줄 시간 변경
Browse files Browse the repository at this point in the history
업무 시간인 11:30분으로 설정 원함
UTC 기준이기 때문에 UTC+9 한국 시간에 맞춰서 수정

기존 : 30 11 * * 1-5
수정 : 30 2 * * 1-5
  • Loading branch information
SangYun-nhn authored Mar 14, 2024
1 parent 4f9e1fd commit 90240ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '30 11 * * 1-5'
- cron: '30 2 * * 1-5'

jobs:
stale:
Expand Down

0 comments on commit 90240ce

Please sign in to comment.