diff --git a/.github/workflows/lint-test-deploy.yml b/.github/workflows/lint-test-deploy.yml index 25a5cd256b..63437781b1 100644 --- a/.github/workflows/lint-test-deploy.yml +++ b/.github/workflows/lint-test-deploy.yml @@ -4,15 +4,12 @@ on: push: branches: - '*' - branches-ignore: - - 'epam*' tags: - 'release_*' pull_request: branches: - '*' - branches-ignore: - - 'epam*' + env: # We tell Playwright not to download browser binaries because we use microsoft/playwright-github-action.