From 6224f358d27d2288c7b6a15a252559528206f4af Mon Sep 17 00:00:00 2001 From: Chase Adams Date: Tue, 11 Jun 2024 16:08:06 -0700 Subject: [PATCH] fix: workflow --- .github/workflows/on-pull-request.yml | 23 ----------------------- .github/workflows/on-push-to-main.yml | 1 + 2 files changed, 1 insertion(+), 23 deletions(-) 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 }}