Skip to content

Commit

Permalink
Trigger tests periodically
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Nov 14, 2023
1 parent eadabe3 commit bea0d49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and test
on: [ push ]
on:
push:
schedule:
- cron: "* * 7 * *"

jobs:
ubuntu:
Expand Down

0 comments on commit bea0d49

Please sign in to comment.