Skip to content

Commit

Permalink
Schedule CI tests via cron
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Apr 23, 2024
1 parent d3694d2 commit 8ededa5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: tests
on: [push, pull_request]
on:
push:
pull_request:
schedule:
# Run once every 3 days:
- cron: '0 21 */3 * *'
jobs:
all:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ededa5

Please sign in to comment.