Skip to content

Commit 105bab1

Browse files
authored
Merge pull request #68 from ilastik/disable_tracking
disable counting model RDF downloads in CI
2 parents 2d2f1b1 + 0b64319 commit 105bab1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test_bioimageio_resources.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
default: '{"include": [{"resource_id": "**", "version_id": "**"}]}'
1212
type: string
1313

14+
env:
15+
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'
16+
1417
jobs:
1518
setup:
1619
runs-on: ubuntu-latest

.github/workflows/validate_ilastik_collection.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
env:
10+
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'
11+
912
jobs:
1013
run:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)