fix: disable E2E containers on Pull Requests

This commit is contained in:
Mrugesh Mohapatra
2023-10-26 03:19:33 +05:30
committed by GitHub
parent bf30578ae3
commit 1d5f3fd005
@@ -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: