Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jun 11, 2024
1 parent ec9e08c commit 6224f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: write
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6224f35

Please sign in to comment.