Skip to content

Commit

Permalink
Don't run E2E tests on 3rd party pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 9, 2023
1 parent bf20b04 commit f173f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:

runs-on: ubuntu-latest

# Don't run on 3rd party pull requests, since the secrets won't be available
if: github.event.pull_request.head.repo.full_name == github.repository

steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

1 comment on commit f173f80

@vercel
Copy link

@vercel vercel bot commented on f173f80 May 9, 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:

proxy-agents – ./

proxy-agents.vercel.app
proxy-agents-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app

Please sign in to comment.