Skip to content

Commit

Permalink
Automatically runs the CI every 6 days to keep the cache fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Jung committed Oct 28, 2024
1 parent 2a31592 commit 6bd71d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:
workflow_dispatch:
schedule:
# Runs the CI on the default branch every 6 days at 2AM CET to keep the cache fresh
- cron: "0 1 */6 * *"

jobs:

Expand Down

0 comments on commit 6bd71d8

Please sign in to comment.