From 8dc374db37b4b4a848a923eaa2d45ca15ecc92f5 Mon Sep 17 00:00:00 2001 From: Carolina Calderon Date: Thu, 31 Oct 2024 16:32:30 -0400 Subject: [PATCH] chore: ignore test_e2e_longrunning tests when merging auto-backports (#10168) (cherry picked from commit 6a53c4843bd998c6b55d9fca33c034eef340458b) --- .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