Skip to content

Commit 8d35231

Browse files
Merge pull request #42 from MilagrosMarin/main
2 parents 59180b5 + 00a7adb commit 8d35231

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/test.yaml

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
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:
9-
devcontainer-build:
10-
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1111
tests:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
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"
16+
mysql_ver: ["8.0"]
2217
steps:
2318
- uses: actions/checkout@v3
2419
- name: Set up Python ${{matrix.py_ver}}

0 commit comments

Comments
 (0)