Skip to content

Commit 2553c26

Browse files
authored
Merge branch 'main' into fix/force_delete-env_main
2 parents a5ddb70 + 6e0364c commit 2553c26

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests-integration-reusable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
ref: ${{inputs.gitRef}}
3838
fetch-depth: 0
3939
path: cli
40+
# gitRef is only ever populated by tests-integration.yml's get-sha
41+
# job, which is gated on OWNER/COLLABORATOR authors or the
42+
# safe-to-test label.
43+
allow-unsafe-pr-checkout: true
4044

4145
- name: Checkout CF deployment tasks
4246
uses: actions/checkout@v7

.github/workflows/tests-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
with:
7979
ref: ${{needs.get-sha.outputs.gitRef}}
8080
fetch-depth: 0
81+
# get-sha only produces this ref for OWNER/COLLABORATOR authors or
82+
# after a maintainer applies the safe-to-test label - see get-sha's
83+
# if: condition above.
84+
allow-unsafe-pr-checkout: true
8185
- name: Set Up Go
8286
uses: actions/setup-go@v6
8387
with:

0 commit comments

Comments
 (0)