Skip to content

Commit a0971fa

Browse files
committedDec 18, 2024·
General: Scheduled daily run of opxrd tests
1 parent 22f262a commit a0971fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/unittests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Tox Tests
22

3-
on: [push]
3+
on:
4+
push:
5+
schedule:
6+
- cron: '0 0 * * *'
47

58
jobs:
69
test:

0 commit comments

Comments
 (0)
Please sign in to comment.