Skip to content

Commit 6e0e4a7

Browse files
committed
change orga to fynnbe for fynnbe fork
1 parent e084561 commit 6e0e4a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto_update_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989

9090
validate:
9191
needs: update-resources
92-
uses: bioimage-io/collection-bioimage-io/.github/workflows/validate_resources.yaml@main
92+
uses: fynnbe/collection-bioimage-io/.github/workflows/validate_resources.yaml@main # todo: change orga to bioimage-io
9393
with:
9494
check_validation: ${{ github.event_name == 'pull_request' && 'yes' || 'no' }}
9595
deploy_to: ${{ github.event_name == 'pull_request' && 'preview' || 'gh-pages' }}
9696

9797
trigger-partner-validation:
9898
needs: validate
9999
if: github.event_name != 'pull_request' && needs.validate.outputs.has_pending_matrices == 'yes'
100-
uses: bioimage-io/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main
100+
uses: fynnbe/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main # todo: change orga to bioimage-io
101101
with:
102102
pending_matrices: ${{ needs.validate.outputs.pending_matrices }}
103103
secrets:

.github/workflows/trigger_partner_wf_dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
impl:
14-
uses: bioimage-io/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main
14+
uses: fynnbe/collection-bioimage-io/.github/workflows/trigger_partner_wf.yaml@main # todo: change orga to bioimage-io
1515
with:
1616
pending_matrices: ${{ github.event.inputs.pending_matrices }}
1717
secrets:

0 commit comments

Comments
 (0)