From 7e1aad4101d8b35a5645af45aec3b7977588922e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Sun, 2 Jun 2024 08:55:06 +0900 Subject: [PATCH] Revert "Trigger job when PR is from fork" --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab6184d..6a7a0ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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"}'