Skip to content

Commit

Permalink
feat: 스크립트 작동 테스트를 위해 트리거 추가 #424
Browse files Browse the repository at this point in the history
  • Loading branch information
useon committed Dec 4, 2024
1 parent 06e55b4 commit f9e1972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fe-review-reminder.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: FE Review Reminder for Discord

on:
pull_request:
branches:
- develop
schedule:
- cron: '0 2 * * 1-5' # 매주 월요일부터 금요일까지, 한국 시간 오전 11시에 실행
workflow_dispatch:
Expand Down

0 comments on commit f9e1972

Please sign in to comment.