Skip to content

Commit

Permalink
chore: sync github workflow
Browse files Browse the repository at this point in the history
sync github workflow

Log: none
Influence: none
  • Loading branch information
kuchune authored and Johnson-zs committed Jul 3, 2024
1 parent 43b4495 commit ccf755e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/call-api-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ concurrency:

jobs:
api-check:
uses: linuxdeepin/.github/.github/workflows/api-check.yml@master
uses: linuxdeepin/.github/.github/workflows/api-check.yml@master
secrets: inherit
6 changes: 1 addition & 5 deletions .github/workflows/call-debian-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]

permissions:
pull-requests: write
contents: read
checks: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
debian-check:
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master
secrets: inherit
6 changes: 1 addition & 5 deletions .github/workflows/call-static-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]

permissions:
contents: read
pull-requests: read
checks: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
static-check:
uses: linuxdeepin/.github/.github/workflows/static-check.yml@master
secrets: inherit

0 comments on commit ccf755e

Please sign in to comment.