Skip to content

Commit

Permalink
misc(workflow): E2E tests should not be run with website changes (#5919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 10, 2021
1 parent 4478dd9 commit 7a07963
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Tests E2E
name: E2E Tests

on:
push:
branches:
- main
paths-ignore:
- website/**
pull_request:
branches:
- main
paths-ignore:
- website/**

jobs:
yarn-v1:
name: E2E Test with Yarn v1
name: E2E Yarn v1
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -43,7 +47,7 @@ jobs:
CI: true

yarn-berry:
name: E2E Test with Yarn Berry
name: E2E Yarn Berry
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 7a07963

Please sign in to comment.