From 61b3f659fcde6520221e55ded3ad911b4497acd4 Mon Sep 17 00:00:00 2001 From: Drew Yang <31813282+yambottle@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:09:11 -0500 Subject: [PATCH 1/2] Update semantic-release-caller.yml --- .github/workflows/semantic-release-caller.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/semantic-release-caller.yml b/.github/workflows/semantic-release-caller.yml index f802d7d..bfd7643 100644 --- a/.github/workflows/semantic-release-caller.yml +++ b/.github/workflows/semantic-release-caller.yml @@ -5,3 +5,6 @@ on: jobs: call_semantic_release: uses: datajoint/.github/.github/workflows/semantic-release.yaml@main + secrets: + APP_ID: ${{ secrets.ELEMENT_APP_ID }} + GET_TOKEN_KEY: ${{ secrets.ELEMENT_GET_TOKEN_KEY }} From 3eec2bf87797ff5c993778f839bb78a0e3c6abe4 Mon Sep 17 00:00:00 2001 From: Drew Yang <31813282+yambottle@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:10:08 -0500 Subject: [PATCH 2/2] Update test.yaml --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42f0f22..063c185 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,15 @@ name: Test on: push: + paths: + - element_deeplabcut/** + - notebooks/** + - tests/** pull_request: workflow_dispatch: schedule: - cron: "0 8 * * 1" jobs: - devcontainer-build: - uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main tests: runs-on: ubuntu-latest strategy: