diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 98c696265..38e728942 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -15,7 +15,7 @@ jobs: uses: lewagon/wait-on-check-action@v1.3.1 with: ref: "${{ github.event.pull_request.head.sha || github.sha }}" - running-workflow-name: "build and deploy (ndc-postgres)" + check-name: "build and deploy (ndc-postgres)" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Dispatch E2E tests