Skip to content

Commit

Permalink
Revert "Trigger job when PR is from fork"
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jun 1, 2024
1 parent 06f5a3d commit 7e1aad4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- '*.md'
pull_request:
branches: [main]
pull_request_target:
branches: [main]
types: [opened, edited, synchronize, reopened]

permissions:
contents: read # for checkout repository
Expand Down Expand Up @@ -42,7 +39,6 @@ jobs:
fi
- name: Analyze esbuild bundle size
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb
if: github.event.pull_request.head.repo.full_name == github.repository
with:
uses: exoego/esbuild-bundle-analyzer@${{ github.sha }}
with: '{"metafiles": "tmp/meta.json"}'
Expand Down

0 comments on commit 7e1aad4

Please sign in to comment.