Skip to content

Commit

Permalink
feat(repo): don't run vercel workflow on fork (#18593)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Dec 16, 2024
1 parent 79f3fab commit e82954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo--vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
build-deploy:
if: github.actor != 'dependabot'
if: ${{ github.actor != 'dependabot' && github.event.pull_request.head.repo.fork == false }}
runs-on: [arc-runner-set]
steps:
- name: Print Vercel Project ID
Expand Down

0 comments on commit e82954a

Please sign in to comment.