From 5964439eb5951346afc7e7c9b22836e93def7bfe Mon Sep 17 00:00:00 2001 From: Zhihong Lin Date: Mon, 11 Nov 2024 22:00:14 -0500 Subject: [PATCH] Always run EKS integ test --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index efcc18abda..e08e93b03e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -849,6 +849,7 @@ jobs: - name: Cache if success id: eks-ec2-integration-test + if: false uses: actions/cache@v3 with: path: go.mod