diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 84d27f39b8..028b4c9f0a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -38,11 +38,11 @@ jobs: - uses: artiz/poll-endpoint@1.0.2 with: - url: https://pr-8805-documentation.appa.pantheon.site/githead.txt + url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt # url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt method: GET expectStatus: 200 - expectBodyRegex: "${GIT_SHA}" +# expectBodyRegex: "${GIT_SHA}" timeout: 600000 interval: 5000