Skip to content

Commit 5cc3dcd

Browse files
test xtest fix
1 parent b8ad8ce commit 5cc3dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "Checks"
22

33
on:
44
pull_request:
5-
branches:
6-
- main
5+
# branches:
6+
# - main
77
push:
88
branches:
99
- main
@@ -337,7 +337,7 @@ jobs:
337337
checks: write
338338
pull-requests: write
339339
needs: platform-integration
340-
uses: opentdf/tests/.github/workflows/xtest.yml@main
340+
uses: opentdf/tests/.github/workflows/xtest.yml@fix-scheduled-xtests-java-build
341341
with:
342342
focus-sdk: java
343343
java-ref: ${{ github.ref }} latest

0 commit comments

Comments
 (0)