Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Apr 12, 2024
1 parent 080d95d commit 2c8196e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
concurrency:
group: search-graph


jobs:
run:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
--iterate-query-file ./wereldmuseum-collection-archives/queries/iterate.rq \
--generate-endpoint-url "${{ vars.SPARQL_ENDPOINT_URL_KG }}" \
--generate-query-file ./wereldmuseum-collection-archives/queries/generate.rq \
--generate-batch-size 500000 \
--generate-batch-size 5000000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down

0 comments on commit 2c8196e

Please sign in to comment.