Skip to content

Commit

Permalink
Update nike-parser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youn9k authored Feb 25, 2024
1 parent b996749 commit f7436e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nike-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- cron: '0 01 * * *'
#- cron: '*/60 * * * *'
# for test
#push:
#branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch: # 원할 λ•Œ μ‹€ν–‰μ‹œν‚¬ 수 μžˆλ„λ‘

jobs:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
pip install selenium
pip install webdriver_manager
pip install bs4
pip install bs4==4.11.1
pip install requests
pip install lxml
pip install datetime
Expand Down

0 comments on commit f7436e0

Please sign in to comment.