Skip to content

Commit

Permalink
Don't run on cron schedule yet
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 19, 2023
1 parent 0591b84 commit af930e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Nightly case scrape
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '15 4 * * *'
# schedule:
# - cron: '15 4 * * *'

jobs:
scrape:
Expand Down Expand Up @@ -56,7 +56,8 @@ jobs:
asset_name: cases.db.zip
asset_content_type: application/zip # required by GitHub API
max_releases: 7
- name: keepalive

- name: Keepalive
uses: gautamkrishnar/keepalive-workflow@v1

deploy:
Expand Down

0 comments on commit af930e0

Please sign in to comment.