Skip to content

Commit

Permalink
Merge pull request #68 from ilastik/disable_tracking
Browse files Browse the repository at this point in the history
disable counting model RDF downloads in CI
  • Loading branch information
FynnBe authored Mar 3, 2023
2 parents 2d2f1b1 + 0b64319 commit 105bab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_bioimageio_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate_ilastik_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ main ]

env:
BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'

jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 105bab1

Please sign in to comment.