From 42f74e61bc3ad0ef0552b0cd125e0a3a365365fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:15:45 -0400 Subject: [PATCH] [AUTO-BACKPORT 10168] chore: ignore test_e2e_longrunning tests when merging auto-backports (#10179) Co-authored-by: Carolina Calderon --- .github/workflows/backport.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 6106089e75f..20d9ff62fd9 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -30,6 +30,7 @@ jobs: uses: poseidon/wait-for-status-checks@v0.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} + ignore: test-e2e-longrunning - name: merge backported PR id: merge_backport_pr