Skip to content

Commit 3f61db7

Browse files
author
Matthew Jadud
authored
Merge pull request #4350 from GSA-TTS/main
2 parents 14e3e2d + a8bf3cc commit 3f61db7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ jobs:
5757
secrets: inherit
5858

5959
# Update BPMN Diagrams
60-
sync-BPMN:
61-
uses: ./.github/workflows/add-bpmn-renders.yml
62-
secrets: inherit
60+
# We are removing this as we are not editing, and we do not wish for it to run with lib updates.
61+
# Uncomment if changes to models are necessary
62+
# sync-BPMN:
63+
# uses: ./.github/workflows/add-bpmn-renders.yml
64+
# secrets: inherit
6365

6466
# Generate Terraform Plans
6567
terraform-plan:

0 commit comments

Comments
 (0)