Skip to content

Commit

Permalink
Merge pull request #209 from privacybydesign/github-actions-weekly-run
Browse files Browse the repository at this point in the history
CI/CD: run status checks once a week to prevent cache invalidation
  • Loading branch information
sjoerdlmkns authored Jul 13, 2023
2 parents 56de1d6 + 29a7165 commit a9c90e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Status checks

on:
pull_request:
schedule:
# Run every sunday at noon. We run this on sunday such that we can utilize the free test minutes we get from Firebase.
# The weekly run ensures that cached resources don't expire.
- cron: "0 12 * * 0"

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit a9c90e9

Please sign in to comment.