Skip to content

Commit

Permalink
Update weekly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede authored Aug 7, 2024
1 parent bd42725 commit e2b0698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

timeout-minutes: 300
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Run update script if cache miss
timeout-minutes: 300
run: |
poetry install
poetry run python3 update.py
timeout-minutes: 300

0 comments on commit e2b0698

Please sign in to comment.