Skip to content

Commit

Permalink
fix: remove from the dependency array in
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras committed Sep 9, 2024
1 parent 5ad4961 commit 8b0efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
ci-scripts/e2e-cypress.sh -s b2b
merge_checks_result:
needs: [b2c_e2e_tests, b2c_ssr_e2e_tests, b2b_e2e_tests, ssr_tests]
needs: [b2c_e2e_tests, b2c_ssr_e2e_tests, b2b_e2e_tests]
name: MC - Result
runs-on: ubuntu-latest
if: ${{ always() }}
Expand Down

0 comments on commit 8b0efa5

Please sign in to comment.