btea
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
.github/workflows/mock-project-build.yml
-
.github/workflows/pr-check-ci.yml
|
@ -13,6 +13,7 @@ concurrency: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
pr-check-ci: |
|
|
pr-check-ci: |
|
|
|
|
|
if: github.repository == 'ant-design/ant-design' |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
name: Build Project |
|
|
name: Build Project |
|
|
steps: |
|
|
steps: |
|
|
|
@ -10,6 +10,7 @@ permissions: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
pr-check-ci: |
|
|
pr-check-ci: |
|
|
|
|
|
if: github.repository == 'ant-design/ant-design' |
|
|
permissions: |
|
|
permissions: |
|
|
checks: read # for actions-cool/check-pr-ci to get check reference |
|
|
checks: read # for actions-cool/check-pr-ci to get check reference |
|
|
contents: write # for actions-cool/check-pr-ci to merge PRs |
|
|
contents: write # for actions-cool/check-pr-ci to merge PRs |
|
|