Skip to content

Commit 0a77cff

Browse files
committed
CI: limit kms test runs to upstream repo
* tests can only pass if the KMS allows the repository to authenticate * even the failure will fail on a fresh clone as the issue filing fails by default (as issues are not enabled)
1 parent 19a7ada commit 0a77cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-kms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions: {}
99
jobs:
1010
test-kms:
1111
runs-on: ubuntu-latest
12+
if: github.repository_owner == 'secure-systems-lab' # only run upstream
1213

1314
permissions:
1415
id-token: 'write' # for OIDC auth for GCP authentication

0 commit comments

Comments
 (0)