From 7977119a5dd8a7c023437cd41fe3088354c7baf8 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Tue, 19 Dec 2023 10:52:20 -0600 Subject: [PATCH] checking pr --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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