Skip to content

Commit

Permalink
Build and test provider off main/feature (GoogleCloudPlatform#9566)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Dec 9, 2023
1 parent 42281d3 commit 0d4f118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
generate-repository:
runs-on: ubuntu-22.04
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref || github.ref }}
BASE_BRANCH: ${{ github.event.pull_request.base.ref || github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Repository
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ permissions: read-all
on:
push:
branches:
- scott-test-*
- main
- 'FEATURE-BRANCH-*'

concurrency:
group: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('commit-{0}', github.sha) }}
Expand Down

0 comments on commit 0d4f118

Please sign in to comment.