Skip to content

Commit c555c54

Browse files
authored
[internal] Update GitHub Actions workflow files (#434)
1 parent 93334e4 commit c555c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/prerequisites.yml
4646
secrets: inherit
4747
with:
48-
default_branch: ${{ github.event.repository.default_branch }}
48+
default_branch: ${{ github.event.pull_request.base.ref }}
4949
is_pr: ${{ github.event_name == 'pull_request' }}
5050
is_automated: ${{ github.actor == 'dependabot[bot]' }}
5151

0 commit comments

Comments
 (0)