mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
chore: enable E2E containers on Pull Requests
This commit is contained in:
14
.github/workflows/temporary-container-checks.yml
vendored
14
.github/workflows/temporary-container-checks.yml
vendored
@@ -8,13 +8,13 @@ on:
|
||||
types:
|
||||
- completed
|
||||
# TODO: refactor with a workflow_call
|
||||
# pull_request:
|
||||
# paths-ignore:
|
||||
# - 'docs/**'
|
||||
# branches:
|
||||
# - 'main'
|
||||
# - 'next-**'
|
||||
# - 'e2e-**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- 'main'
|
||||
- 'next-**'
|
||||
- 'e2e-**'
|
||||
|
||||
jobs:
|
||||
build-client:
|
||||
|
||||
Reference in New Issue
Block a user