diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 6604331..16e99f8 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -12,26 +12,3 @@ jobs: name: Verify uses: ./.github/workflows/verify.yml secrets: inherit - - # size: - # name: Size - # runs-on: ubuntu-latest - # timeout-minutes: 5 - - # steps: - # - name: Clone repository - # uses: actions/checkout@v4 - - # - name: Install dependencies - # uses: ./.github/actions/install-dependencies - - # - name: Set up pnpm - # uses: pnpm/action-setup@v2 - # with: - # version: latest - - # - name: Report bundle size - # uses: andresz1/size-limit-action@master - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # package_manager: pnpm \ No newline at end of file diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 6b61233..1ba171c 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -6,6 +6,7 @@ on: permissions: contents: write + pull-requests: write concurrency: group: ${{ github.workflow }}-${{ github.ref }}