Skip to content

Commit 2331fb4

Browse files
committed
fix: update element's test flow
1 parent 59180b5 commit 2331fb4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
7+
branches:
8+
- main
59
workflow_dispatch:
6-
schedule:
7-
- cron: "0 8 * * 1"
810
jobs:
911
devcontainer-build:
1012
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
@@ -13,12 +15,7 @@ jobs:
1315
strategy:
1416
matrix:
1517
py_ver: ["3.9", "3.10"]
16-
mysql_ver: ["8.0", "5.7"]
17-
include:
18-
- py_ver: "3.8"
19-
mysql_ver: "5.7"
20-
- py_ver: "3.7"
21-
mysql_ver: "5.7"
18+
mysql_ver: ["8.0"]
2219
steps:
2320
- uses: actions/checkout@v3
2421
- name: Set up Python ${{matrix.py_ver}}

0 commit comments

Comments
 (0)