diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 840bc43..124d5df 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,14 +5,14 @@ name: CI for Wp-menu-custom-fields # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: - - develop - - master - pull_request: - branches: - - develop - - master +# push: +# branches: +# - develop +# - master +# pull_request: +# branches: +# - develop +# - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: @@ -42,7 +42,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/e2e-playwright/artifacts