Skip to content

Commit

Permalink
feat: add schedule to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Feb 24, 2024
1 parent 5df0f44 commit 3d95936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run compile tests
on:
workflow_dispatch:
schedule:
- cron: '0 7 * * 7'

jobs:
run-tests:
Expand Down

0 comments on commit 3d95936

Please sign in to comment.