ci: fix e2e test not running

This commit is contained in:
Jonathan Ho
2023-01-05 00:21:28 +08:00
committed by GitHub
parent 532663e7ea
commit bced9d4fb9

View File

@@ -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: