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 467bfb7 commit c85c7ceCopy full SHA for c85c7ce
.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
@@ -29,4 +31,3 @@ jobs:
29
31
python_version=${{matrix.py_ver}}
30
32
black element_calcium_imaging --check --verbose --target-version py${python_version//.}
33
black notebooks --check --verbose --target-version py${python_version//.}
-
0 commit comments