From c616a012055ecdccd98750cd3384f846b2daf62e Mon Sep 17 00:00:00 2001 From: ahuseyn Date: Mon, 18 May 2026 15:26:00 +0200 Subject: [PATCH] ci: skip failing comment-on-pr job for Dependabot PRs --- .github/workflows/plugin-artifact-for-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-artifact-for-pr.yml b/.github/workflows/plugin-artifact-for-pr.yml index ece6c118d..227fea6d8 100644 --- a/.github/workflows/plugin-artifact-for-pr.yml +++ b/.github/workflows/plugin-artifact-for-pr.yml @@ -47,10 +47,10 @@ jobs: composer-options: '--no-progress --optimize-autoloader --no-dev' comment-on-pr: - name: Comment with Artifact Links + name: Comment with Artifact Links runs-on: ubuntu-latest needs: [detect-plugins, create-plugin-artifacts] - if: needs.detect-plugins.outputs.has-plugins == 'true' + if: needs.detect-plugins.outputs.has-plugins == 'true' && github.actor != 'dependabot[bot]' steps: - name: Comment with artifact links uses: actions/github-script@v7