Skip to content

Commit

Permalink
adding cron for daily tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 19, 2024
1 parent c296eb0 commit 2441f9e
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 BE Engines

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 2441f9e

Please sign in to comment.