Skip to content

Commit

Permalink
Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 20, 2023
1 parent e3fcd7d commit 6dde8c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,9 @@ jobs:
playwright-test-failure-comment:
name: Post Playwright test debugging instructions
if: always() && needs.get-changes.outputs.frontend == 'true' && github.event_name == 'pull_request' && (needs.nuxt-playwright-vr.result == 'failure' || needs.nuxt-playwright-e2e.result == 'failure' ||needs.storybook-playwright.result == 'failure')
if: always() && github.event_name == 'pull_request' && (needs.nuxt-playwright-vr.result == 'failure' || needs.nuxt-playwright-e2e.result == 'failure' || needs.storybook-playwright.result == 'failure')
runs-on: ubuntu-latest
needs:
- get-changes
- nuxt-playwright-e2e
- nuxt-playwright-vr
- storybook-playwright
Expand Down

0 comments on commit 6dde8c5

Please sign in to comment.