Skip to content

Commit

Permalink
fix: add dataset & dsv to cron update
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 14, 2024
1 parent fb329d2 commit fdd486a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cron-update-kg-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:

- artefacts-dir: "ebrainsquery/v3/CustomAnatomicalEntity"
query-id: "d7cdc1d6-0aa5-498a-94ff-0291b95db13d"

- artefacts-dir: "ebrainsquery/v3/Dataset"
query-id: "fe925a3a-bfcd-43a9-8eab-f8d4589cedea"

- artefacts-dir: "ebrainsquery/v3/DatasetVersion"
query-id: "64ad0cd6-fbd6-47d3-b247-099e9ce8f313"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -46,6 +52,8 @@ jobs:
latest-siibra-release:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
outputs:
LATEST_TAG: ${{ steps.get-latest-tag.outputs.LATEST_TAG }}
steps:
Expand Down

0 comments on commit fdd486a

Please sign in to comment.