Skip to content

Commit 7365770

Browse files
authored
Update GitHub Actions workflows. (#728)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 06a4a07bc11ada9498ce86091ac0d55443ee294b.
1 parent 2cb8929 commit 7365770

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: ./.github/workflows/prerequisites.yml
4545
secrets: inherit
4646
with:
47-
default_branch: ${{ github.event.repository.default_branch }}
47+
default_branch: ${{ github.event.pull_request.base.ref }}
4848
is_pr: ${{ github.event_name == 'pull_request' }}
4949
is_automated: ${{ github.actor == 'dependabot[bot]' }}
5050

0 commit comments

Comments
 (0)