Skip to content

Commit 15e7852

Browse files
committed
CI updates
Run the ci job once a week and bump Ubuntu runner version.
1 parent 94f2402 commit 15e7852

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "11 3 * * 6"
48

59
jobs:
610
test:
711

8-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-20.04
913

1014
strategy:
1115
matrix:

0 commit comments

Comments
 (0)