We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14e3e2d + a8bf3cc commit 3f61db7Copy full SHA for 3f61db7
.github/workflows/pull-request-checks.yml
@@ -57,9 +57,11 @@ jobs:
57
secrets: inherit
58
59
# Update BPMN Diagrams
60
- sync-BPMN:
61
- uses: ./.github/workflows/add-bpmn-renders.yml
62
- secrets: inherit
+ # We are removing this as we are not editing, and we do not wish for it to run with lib updates.
+ # Uncomment if changes to models are necessary
+ # sync-BPMN:
63
+ # uses: ./.github/workflows/add-bpmn-renders.yml
64
+ # secrets: inherit
65
66
# Generate Terraform Plans
67
terraform-plan:
0 commit comments