Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
NP199 committed Sep 28, 2023
1 parent b2439bd commit 24dbaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_branch }}
- run: git branch

- name: add ssh private keys for submodule repositories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_branch }}
- run: git branch
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
Expand Down

0 comments on commit 24dbaec

Please sign in to comment.