Skip to content

Commit 66fb103

Browse files
authored
ci: ✨ run tests on a nightly basis (#350)
* ci: ✨ run tests on a nightly basis * ci: reorder keys as the tests are not running on PR
1 parent 2cfcdc1 commit 66fb103

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Plugin Tests
22

33
on:
4+
pull_request:
45
push:
56
branches: [main]
6-
pull_request:
7+
schedule:
8+
- cron: '0 0 * * *'
79

810
jobs:
911
build-ubuntu:

0 commit comments

Comments
 (0)