mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
chore: only run e2e tests on pushes (#52612)
This commit is contained in:
committed by
GitHub
parent
f44e4a6b93
commit
b848613aa3
2
.github/workflows/e2e-playwright.yml
vendored
2
.github/workflows/e2e-playwright.yml
vendored
@@ -2,7 +2,7 @@ name: CI - E2E - Playwright
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# TODO: refactor with a workflow_call
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
branches:
|
||||
|
||||
2
.github/workflows/e2e-web.yml
vendored
2
.github/workflows/e2e-web.yml
vendored
@@ -2,7 +2,7 @@ name: CI - E2E - Web browser
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# TODO: refactor with a workflow_call
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user