We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a55f1 + 42ed76d commit 432ac35Copy full SHA for 432ac35
.github/workflows/auto_update_main.yaml
@@ -10,6 +10,8 @@ on:
10
- cron: '0 3 * * *'
11
workflow_dispatch: # triggered by http endpoints (ref should be refs/head/main)
12
13
+env:
14
+ BIOIMAGEIO_COUNT_RDF_DOWNLOADS: 'false'
15
16
jobs:
17
clean-up-pr:
.github/workflows/validate_resources.yaml
@@ -19,6 +19,9 @@ on:
19
description: "yes/no if pending matrices are not empty"
20
value: ${{ jobs.static-validation.outputs.has_pending_matrices }}
21
22
23
24
+
25
26
static-validation: # + update rdfs
27
runs-on: ubuntu-latest
0 commit comments