Skip to content

Commit cebd433

Browse files
committed
GCP User IAM workflow, include pull request types reference
1 parent 3969c60 commit cebd433

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/beam_Infrastructure_UsersPermissions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
paths:
3232
- 'infra/iam/users.yml'
3333
pull_request_target:
34+
types: [opened, synchronize, reopened]
3435
paths:
3536
- 'infra/iam/users.yml'
3637

@@ -51,6 +52,8 @@ jobs:
5152
timeout-minutes: 30
5253
steps:
5354
- uses: actions/checkout@v4
55+
with:
56+
ref: ${{ github.event.pull_request.head.sha }}
5457
- name: Setup gcloud
5558
uses: google-github-actions/setup-gcloud@v3
5659
- name: Install Terraform

0 commit comments

Comments
 (0)