Skip to content

Commit 37a38a1

Browse files
run tests regularly
1 parent c9f635f commit 37a38a1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Unit Tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 10 * * 3,6'
48

59
jobs:
610
build:

.github/workflows/verification.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Static Checks
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 10 * * 3,6'
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)