Skip to content

Commit

Permalink
Merge pull request #28 from dataforgoodfr/disable-movies-workflow
Browse files Browse the repository at this point in the history
Disable movies dataset cron schedule and use a fixed number of retries
  • Loading branch information
kaaloo authored Apr 18, 2024
2 parents 40f9543 + 2e62b66 commit 00baeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/movies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Movies Dataset

on:
# Run this workflow once per day, at 0:15 UTC
schedule: [{ cron: "15 0 * * *" }]
# schedule: [{ cron: "15 0 * * *" }]
# Run this workflow when triggered manually in GitHub’s UI.
workflow_dispatch: {}

Expand All @@ -25,4 +25,4 @@ jobs:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
# TMDB credentials
TMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
TMDB_MAX_RETRIES: ${{ secrets.TMDB_MAX_RETRIES }}
TMDB_MAX_RETRIES: 500

0 comments on commit 00baeca

Please sign in to comment.