From c13c4208a6a19e968e19b31f7eb437366a2eb09b Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:30:28 -0400 Subject: [PATCH] Remove bpmn pr check (#4345) * Disable bpmn * Disable workflows from pr checks --- .github/workflows/pull-request-checks.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index bf6f4600a6..e3a23c5d39 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -10,6 +10,7 @@ on: - '!docs/**' - 'docs/bpmn-workflow-models/**' - '!.github/ISSUE_TEMPLATE/**' + - '!.github/workflows/**' workflow_dispatch: null jobs: @@ -57,9 +58,11 @@ jobs: secrets: inherit # Update BPMN Diagrams - sync-BPMN: - uses: ./.github/workflows/add-bpmn-renders.yml - 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: + # uses: ./.github/workflows/add-bpmn-renders.yml + # secrets: inherit # Generate Terraform Plans terraform-plan: