Wrong output.

This commit is contained in:
Nicolas Patry 2025-02-21 10:00:14 +01:00
parent 45787f15bb
commit 821025e60c
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -235,7 +235,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
needs: build-and-push
if: needs.build-and-push.outputs.label == '-neuron'
if: needs.build-and-push.outputs.label_extension == '-neuron'
runs-on:
group: ${{ needs.build-and-push.outputs.runs_on }}
env: