From 0b643193fc0b01a962b0ad5251d7dd838e93736a Mon Sep 17 00:00:00 2001 From: fynnbe Date: Fri, 3 Mar 2023 10:50:46 +0100 Subject: [PATCH] disable counting model RDF downloads in CI --- .github/workflows/test_bioimageio_resources.yaml | 3 +++ .github/workflows/validate_ilastik_collection.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/test_bioimageio_resources.yaml b/.github/workflows/test_bioimageio_resources.yaml index 8aa634d..c450528 100644 --- a/.github/workflows/test_bioimageio_resources.yaml +++ b/.github/workflows/test_bioimageio_resources.yaml @@ -11,6 +11,9 @@ on: default: '{"include": [{"resource_id": "**", "version_id": "**"}]}' type: string +env: + BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false' + jobs: setup: runs-on: ubuntu-latest diff --git a/.github/workflows/validate_ilastik_collection.yaml b/.github/workflows/validate_ilastik_collection.yaml index 4cba1ed..0df4168 100644 --- a/.github/workflows/validate_ilastik_collection.yaml +++ b/.github/workflows/validate_ilastik_collection.yaml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +env: + BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false' + jobs: run: runs-on: ubuntu-latest