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.
test
1 parent affe2c5 commit 7744c2aCopy full SHA for 7744c2a
.github/workflows/test.yaml
@@ -0,0 +1,10 @@
1
+name: Test
2
+on:
3
+ push:
4
+ pull_request:
5
+ workflow_dispatch:
6
+ schedule:
7
+ - cron: "0 8 * * 1"
8
+jobs:
9
+ devcontainer-build:
10
+ uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
0 commit comments