Skip to content

Commit

Permalink
Remove bpmn pr check (#4345)
Browse files Browse the repository at this point in the history
* Disable bpmn

* Disable workflows from pr checks
  • Loading branch information
asteel-gsa authored Oct 2, 2024
1 parent 4b5cd11 commit c13c420
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '!docs/**'
- 'docs/bpmn-workflow-models/**'
- '!.github/ISSUE_TEMPLATE/**'
- '!.github/workflows/**'
workflow_dispatch: null

jobs:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c13c420

Please sign in to comment.