Skip to content

Commit

Permalink
run tests regularly
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed May 11, 2023
1 parent c9f635f commit 37a38a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Unit Tests

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 10 * * 3,6'

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/verification.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Static Checks

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 10 * * 3,6'

jobs:
build:
Expand Down

0 comments on commit 37a38a1

Please sign in to comment.