Skip to content

Commit f8c4131

Browse files
pquentingithub-actions[bot]
authored andcommitted
Validate PRs against correct branch (#5344)
(cherry picked from commit 720598c)
1 parent 4270848 commit f8c4131

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
@@ -25,7 +25,7 @@ jobs:
2525
repository: elastic/clients-flight-recorder
2626
path: ./clients-flight-recorder
2727
token: ${{ secrets.PAT }}
28-
ref: main
28+
ref: ${{ github.base_ref }}
2929

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

0 commit comments

Comments
 (0)