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 1/2] 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: From a8bf3ccd6d66176e868f408318d86a7da972a4a2 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:44:27 -0400 Subject: [PATCH 2/2] Fix plans and deploys (#4346) * Update deploy dev * Revert these changes --- .github/workflows/pull-request-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index e3a23c5d39..bcf71ef156 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -10,7 +10,6 @@ on: - '!docs/**' - 'docs/bpmn-workflow-models/**' - '!.github/ISSUE_TEMPLATE/**' - - '!.github/workflows/**' workflow_dispatch: null jobs: