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 0cc7422 + c7fd8ce commit bea174bCopy full SHA for bea174b
.github/workflows/semantic-release-caller.yml
@@ -5,3 +5,6 @@ on:
5
jobs:
6
call_semantic_release:
7
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
8
+ secrets:
9
+ APP_ID: ${{ secrets.ELEMENT_APP_ID }}
10
+ GET_TOKEN_KEY: ${{ secrets.ELEMENT_GET_TOKEN_KEY }}
.github/workflows/test.yaml
@@ -1,13 +1,15 @@
1
name: Test
2
on:
3
push:
4
+ paths:
+ - element_moseq/**
+ - notebooks/**
+ - tests/**
pull_request:
workflow_dispatch:
schedule:
11
- cron: "0 8 * * 1"
12
- devcontainer-build:
- uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
13
tests:
14
runs-on: ubuntu-latest
15
strategy:
0 commit comments