Skip to content

Commit

Permalink
Adding a once a month cronjob to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 10, 2024
1 parent 0840ed7 commit 8e4dc77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
pull_request:
branches:
- "master"
schedule:
- cron: '0 6 15 * *' # 15th of each month at 6am

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 8e4dc77

Please sign in to comment.