Skip to content

Commit ee009d9

Browse files
committed
Validate PRs against correct branch (#5344)
(cherry picked from commit 720598c)
1 parent a9f3c3c commit ee009d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: elastic/clients-flight-recorder
2727
path: ./clients-flight-recorder
2828
token: ${{ secrets.PAT }}
29-
ref: main
29+
ref: ${{ github.base_ref }}
3030

3131
- name: Use Node.js 22
3232
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)