Skip to content

Commit 91ae019

Browse files
committed
Schedule workflow runs
1 parent 4549597 commit 91ae019

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: QA
2-
on: [push, workflow_dispatch]
2+
on:
3+
push:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '40 2 * * *'
37

48
jobs:
59
tests:

0 commit comments

Comments
 (0)