diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2fce41729..b1c28ff09 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -10,7 +10,9 @@ on: - wp-e2e-playwright - develop - master - + push: + branches: + - update/update-artifacts-version # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -44,7 +46,7 @@ jobs: - name: Archive HTML Report on failure if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: report path: ./tests/wp-e2e-playwright/playwright-report