Skip to content

Commit 432ac35

Browse files
authored
Merge pull request #552 from bioimage-io/disable_tracking_in_testing
disable tracking in CI
2 parents 34a55f1 + 42ed76d commit 432ac35

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/auto_update_main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- cron: '0 3 * * *'
1111
workflow_dispatch: # triggered by http endpoints (ref should be refs/head/main)
1212

13+
env:
14+
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'
1315

1416
jobs:
1517
clean-up-pr:

.github/workflows/validate_resources.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
description: "yes/no if pending matrices are not empty"
2020
value: ${{ jobs.static-validation.outputs.has_pending_matrices }}
2121

22+
env:
23+
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'
24+
2225
jobs:
2326
static-validation: # + update rdfs
2427
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)