We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59180b5 + 00a7adb commit 8d35231Copy full SHA for 8d35231
.github/workflows/test.yaml
@@ -1,24 +1,19 @@
1
name: Test
2
on:
3
push:
4
+ branches:
5
+ - main
6
pull_request:
7
8
9
workflow_dispatch:
- schedule:
- - cron: "0 8 * * 1"
10
jobs:
- devcontainer-build:
- uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
11
tests:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
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: ["8.0"]
22
steps:
23
- uses: actions/checkout@v3
24
- name: Set up Python ${{matrix.py_ver}}
0 commit comments