Skip to content

Commit

Permalink
Merge pull request #552 from bioimage-io/disable_tracking_in_testing
Browse files Browse the repository at this point in the history
disable tracking in CI
  • Loading branch information
FynnBe authored Mar 3, 2023
2 parents 34a55f1 + 42ed76d commit 432ac35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_update_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- cron: '0 3 * * *'
workflow_dispatch: # triggered by http endpoints (ref should be refs/head/main)

env:
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'

jobs:
clean-up-pr:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
description: "yes/no if pending matrices are not empty"
value: ${{ jobs.static-validation.outputs.has_pending_matrices }}

env:
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'

jobs:
static-validation: # + update rdfs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 432ac35

Please sign in to comment.