diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index fd236020a..9f90bd8a1 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -92,6 +92,7 @@ jobs: # Set output echo "::set-output name=matrix::$( echo "$JSON" )" modify: + if: ${{ fromJSON( needs.metadata.outputs.matrix ).include[0] }} continue-on-error: true runs-on: ubuntu-latest needs: metadata