Skip to content

Commit bea174b

Browse files
authored
Merge pull request #8 from MilagrosMarin/main
test: update GHA semantic release and test
2 parents 0cc7422 + c7fd8ce commit bea174b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/semantic-release-caller.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ on:
55
jobs:
66
call_semantic_release:
77
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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Test
22
on:
33
push:
4+
paths:
5+
- element_moseq/**
6+
- notebooks/**
7+
- tests/**
48
pull_request:
59
workflow_dispatch:
610
schedule:
711
- cron: "0 8 * * 1"
812
jobs:
9-
devcontainer-build:
10-
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1113
tests:
1214
runs-on: ubuntu-latest
1315
strategy:

0 commit comments

Comments
 (0)