hiett commited on
Commit
519222e
·
1 Parent(s): 51e1546

Automatically run tests

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +2 -0
.github/workflows/test.yml CHANGED
@@ -4,6 +4,8 @@ on:
4
  paths:
5
  - 'lib/**'
6
  workflow_dispatch:
 
 
7
 
8
  env:
9
  SRH_TOKEN: example_token
 
4
  paths:
5
  - 'lib/**'
6
  workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 12 * * *'
9
 
10
  env:
11
  SRH_TOKEN: example_token