diff --git a/.github/workflows/triage-comment.yml b/.github/workflows/triage-comment.yml index 32f2874..00bdbc3 100644 --- a/.github/workflows/triage-comment.yml +++ b/.github/workflows/triage-comment.yml @@ -46,9 +46,9 @@ jobs: echo "## Skipped" >> $GITHUB_STEP_SUMMARY echo "Comment from collaborator/member/owner - no automated analysis performed." >> $GITHUB_STEP_SUMMARY - - if: steps.check-auth.outputs.is_collaborator != 'true' - parallel: + - parallel: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + if: steps.check-auth.outputs.is_collaborator != 'true' with: repository: nuxt/.github ref: ${{ inputs.scripts-ref }} @@ -57,6 +57,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + if: steps.check-auth.outputs.is_collaborator != 'true' with: node-version: lts/*