We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9d95d commit 8be1457Copy full SHA for 8be1457
1 file changed
.github/workflows/test-e2e-pr.yaml
@@ -3,9 +3,8 @@
3
name: test-e2e-pr
4
5
on:
6
- pull_request:
7
- branches:
8
- - main
+ pull_request_target:
+ branches: [main]
9
10
permissions:
11
id-token: write
@@ -20,6 +19,8 @@ jobs:
20
19
steps:
21
- name: Checkout
22
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ with:
23
+ ref: ${{ github.event.pull_request.head.sha }}
24
25
- name: Install Terraform
26
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
0 commit comments