Skip to content

Commit

Permalink
[Tool] Workflow Update clang-format checkout tools (#20053)
Browse files Browse the repository at this point in the history
Workflow Update clang-format checkout tools
  • Loading branch information
andyziye authored Mar 22, 2023
1 parent aab54d0 commit 2117fb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-pipeline-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Checkout PR
uses: dawidd6/action-checkout-pr@v1
with:
pr: ${{ github.event.number }}
persist-credentials: false
submodules: recursive

- name: Run Clang-Format
run: |
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Checkout PR
uses: dawidd6/action-checkout-pr@v1
with:
pr: ${{ github.event.number }}
persist-credentials: false
submodules: recursive

- name: Run Clang-Format
run: |
Expand Down

0 comments on commit 2117fb8

Please sign in to comment.