Skip to content

Commit

Permalink
CI/CD: add weekly status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Dec 14, 2023
1 parent c7cfa02 commit eadd9a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Run every monday on 9:00 in the morning (UTC).
- cron: "0 9 * * 1"
# Make it possible to trigger the checks manually.
workflow_dispatch:

jobs:

Expand Down

0 comments on commit eadd9a4

Please sign in to comment.