From bced9d4fb96861c6ee60f65a320d922bd1d82602 Mon Sep 17 00:00:00 2001 From: Jonathan Ho Date: Thu, 5 Jan 2023 00:21:28 +0800 Subject: [PATCH] ci: fix e2e test not running --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38359af3b..b7a66dcdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -173,7 +173,7 @@ jobs: rest-e2e-test: name: Rest needs: rest-unit-and-integration-test - if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/node-migration' }} + if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/node-migration' || github.ref == 'refs/heads/node-migration-clean' }} uses: ./.github/workflows/e2e-test.yml secrets: inherit with: