Skip to content

Commit

Permalink
🧱 build: github action 수동 trigger 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jwham committed Jan 5, 2025
1 parent 4bb0b6f commit 9e4182c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ftClientSecret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Ft Api Secret Update
on:
schedule:
- cron: '30 19 * * *'
workflow_dispatch:

jobs:
Update-Ft-Api-Secret:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ftPdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Ft Pdf Update
on:
schedule:
- cron: '40 19 * * *'
workflow_dispatch:

jobs:
Update-Ft-Pdf:
Expand Down

0 comments on commit 9e4182c

Please sign in to comment.