Skip to content

Commit b3d1e53

Browse files
committed
add CI schedule
1 parent 3fbd042 commit b3d1e53

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: test
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
6+
inputs:
7+
debug:
8+
description: 'Set to on, to open ssh debug session.'
9+
required: true
10+
default: 'off'
11+
schedule:
12+
- cron: '0 13 * * *' # Runs at 6 am pacific every day
213

3-
on: [push, pull_request, workflow_dispatch]
414

515
jobs:
616

0 commit comments

Comments
 (0)