Skip to content

Commit

Permalink
update e2e test to only run on sst repo and skip docs changes (#298)
Browse files Browse the repository at this point in the history
* update e2e test to only run on sst repo and skip docs changes
  • Loading branch information
khuezy authored Oct 30, 2023
1 parent e7268c2 commit dfc1240
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: "0 0 * * *"
push:
paths:
- 'examples/**'
- 'packages/open-next/**'
- 'packages/tests-e2e/**'
branches:
- main

Expand All @@ -22,6 +26,8 @@ jobs:
# Continue to the next job where it does the actual Playwright tests
check_next_version:
runs-on: ubuntu-latest
# Only run this on the official sst repo
if: github.repository == 'sst/open-next'

steps:
- name: Get Latest Next Version
Expand Down

1 comment on commit dfc1240

@vercel
Copy link

@vercel vercel bot commented on dfc1240 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

open-next – ./

open-next.vercel.app
open-next-git-main-sst-dev.vercel.app
open-next-sst-dev.vercel.app

Please sign in to comment.