Skip to content

Commit c310ce0

Browse files
skip build for DLS preview
1 parent c36ddba commit c310ce0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,13 @@ jobs:
502502
doc-url: mobile-web-capture/docs
503503
secrets: inherit
504504

505-
Update-DLS-On-Preview-Change:
506-
if: ${{ github.ref == 'refs/heads/preview' }}
507-
uses: ./.github/workflows/called-workflow-build-sync-testing.yml
508-
with:
509-
doc-repo: license-server-docs
510-
doc-url: license-server/docs
511-
secrets: inherit
505+
#Update-DLS-On-Preview-Change:
506+
# if: ${{ github.ref == 'refs/heads/preview' }}
507+
# uses: ./.github/workflows/called-workflow-build-sync-testing.yml
508+
# with:
509+
# doc-repo: license-server-docs
510+
# doc-url: license-server/docs
511+
# secrets: inherit
512512

513513
Update-MRZ-Core-On-Preview-Change:
514514
if: ${{ github.ref == 'refs/heads/preview' }}

0 commit comments

Comments
 (0)