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.
1 parent 59180b5 commit 2331fb4Copy full SHA for 2331fb4
.github/workflows/test.yaml
@@ -1,10 +1,12 @@
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:
11
devcontainer-build:
12
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
@@ -13,12 +15,7 @@ jobs:
13
15
strategy:
14
16
matrix:
17
py_ver: ["3.9", "3.10"]
- mysql_ver: ["8.0", "5.7"]
- 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