From 9f90f4f23aacd5a290b8fe41434f257c526c60e4 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 14 Feb 2025 21:17:29 +0530 Subject: [PATCH] chore: Run argos on all PRs, except renovate bot's --- .github/workflows/e2e.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1392963fb..7aa73a5db 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -7,9 +7,6 @@ on: - master - release/** pull_request: - issue_comment: - types: - - created merge_group: concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -31,12 +28,10 @@ env: ) || github.event.before }} - # Check if this is a new comment with '/visual-test' RUN_VISUAL_TEST: >- - ${{ github.event_name == 'issue_comment' && github.event.action == 'created' && contains(github.event.comment.body, '/visual-test') && github.event.issue.pull_request != null }} + ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }} jobs: cache: - if: ${{ github.event_name != 'issue_comment' || contains(github.event.comment.body, '/visual-test') }} runs-on: ubuntu-latest container: image: cypress/browsers:node-20.11.0-chrome-121.0.6167.85-1-ff-120.0-edge-121.0.2277.83-1