From 6439f941a31f728d9e15a185d37f5de2de0cfad0 Mon Sep 17 00:00:00 2001 From: Mido Date: Fri, 22 Nov 2024 22:22:23 +0100 Subject: [PATCH] pull_request --- .github/workflows/bundle-size.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bundle-size.yml b/.github/workflows/bundle-size.yml index 26a0ea33..b1af09f2 100644 --- a/.github/workflows/bundle-size.yml +++ b/.github/workflows/bundle-size.yml @@ -1,7 +1,7 @@ name: Size on: - pull_request_target: + pull_request: types: - opened - synchronize @@ -13,7 +13,6 @@ permissions: pull-requests: write jobs: size: - if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} name: Report bundle size runs-on: ubuntu-latest timeout-minutes: 15