Skip to content

Commit 1d50403

Browse files
committed
chore: update checkout ref in lint-and-test workflow and update submodule commit for rag-infrastructure
1 parent 4c2995a commit 1d50403

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
- name: Checkout code
6868
uses: actions/checkout@v4
6969
with:
70-
token: ${{ secrets.GITHUB_TOKEN }}
71-
ref: ${{ github.sha }}
70+
ref: ${{ github.event.pull_request.head.ref }}
7271
submodules: true
7372
- name: Check submodules commit
7473
run: |

0 commit comments

Comments
 (0)