Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm committed May 29, 2024
1 parent 752ed83 commit fa6ed93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/after-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Add label for extended tests
env:
GH_TOKEN: ${{ secrets.LEXICAL_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
run: |
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 'Bundles'
on:
pull_request:
pull_request_target:
branches:
- main
jobs:
size-limit:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# name: 'Bundles'
# on:
# pull_request:
# pull_request_target:
# branches:
# - main
# jobs:
# size-limit:
# runs-on: ubuntu-latest
# env:
# CI_JOB_NUMBER: 1
# steps:
# - uses: actions/checkout@v4
# - uses: andresz1/size-limit-action@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fa6ed93

Please sign in to comment.