Skip to content

Commit 5d80eef

Browse files
committed
Update conformance.yml
Only run cpython tests on "java17 + prod" invocation Signed-off-by: Appu <appu@google.com>
1 parent ea34dca commit 5d80eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
entrypoint: ${{ github.workspace }}/bin/sigstore-cli
4343
environment: ${{ matrix.sigstore-env }}
4444
xfail: "test_verify_dsse_bundle_with_trust_root"
45+
skip-cpython-release-tests: ${{ !(matrix.sigstore-env == 'production' && matrix.java-version == '17') }}

0 commit comments

Comments
 (0)