Skip to content

Commit

Permalink
Update pr-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fangzhengjin committed Sep 20, 2023
1 parent f79b7ca commit 2c46645
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ on:
types:
- labeled
permissions: {}
#concurrency:
# group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
packages-pr-checks:
if: startsWith(github.event.label.name, 'packages/')
runs-on: ubuntu-latest
name: packages-pr-checks
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2c46645

Please sign in to comment.