Skip to content

Commit

Permalink
adding cron
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 10, 2025
1 parent 85a8c7b commit 45af56b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Daily Test Run

on:
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day

jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit

0 comments on commit 45af56b

Please sign in to comment.