File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ jobs:
89
89
90
90
validate :
91
91
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
93
93
with :
94
94
check_validation : ${{ github.event_name == 'pull_request' && 'yes' || 'no' }}
95
95
deploy_to : ${{ github.event_name == 'pull_request' && 'preview' || 'gh-pages' }}
96
96
97
97
trigger-partner-validation :
98
98
needs : validate
99
99
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
101
101
with :
102
102
pending_matrices : ${{ needs.validate.outputs.pending_matrices }}
103
103
secrets :
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
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
15
15
with :
16
16
pending_matrices : ${{ github.event.inputs.pending_matrices }}
17
17
secrets :
You can’t perform that action at this time.
0 commit comments