Skip to content

Commit baf87bc

Browse files
Copilotlouis-bompartCopilot
authored
Skip cypress-atomic-test in merge queue (#6508)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: louis-bompart <[email protected]> Co-authored-by: Louis Bompart <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 1a56993 commit baf87bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,9 @@ jobs:
398398
cypress-atomic-test:
399399
name: "Run Cypress tests on Atomic"
400400
needs: affected
401-
if: contains(needs.affected.outputs.projects, '@coveo/atomic')
401+
if: contains(needs.affected.outputs.projects, '@coveo/atomic') && github.event_name != 'merge_group'
402402
runs-on: ubuntu-latest
403403
strategy:
404-
fail-fast: ${{ github.event_name == 'merge_group' }}
405404
matrix:
406405
containers:
407406
[
@@ -758,7 +757,6 @@ jobs:
758757
- "playwright-atomic-theming"
759758
- "playwright-atomic-hosted-page-test"
760759
- "playwright-headless-ssr-commerce-nextjs-test"
761-
- "cypress-atomic-test"
762760
- "e2e-quantic"
763761
- "cypress-atomic-screenshots"
764762
- "playwright-atomic-search-commerce-react-test"

0 commit comments

Comments
 (0)