Skip to content

Commit

Permalink
Trigger test runs periodically to increases failure statistics (#5769)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Feb 8, 2022
1 parent 53065e3 commit c830660
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 6,18 * * *"

# When this workflow is queued, automatically cancel any previous running
# or pending jobs from the same branch
Expand Down

0 comments on commit c830660

Please sign in to comment.