Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crawlig workflow 비활성화 처리. #9

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/crawling.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: crawling

# note: workflow에서 실행하려면 headless (브라우저 창 없이) 실행해야 하는데, 지금은 창크기 최대화 동작이 필요해서 불가능하다.
on:
workflow_dispatch:
schedule:
- cron: '10 0 * * *' # GMT 기준 0시 10분. (한국 시각 9시 10분.)
# schedule:
# - cron: '10 0 * * *' # GMT 기준 0시 10분. (한국 시각 9시 10분.)

env:
TZ: Asia/Seoul
Expand Down
Loading