From 766eb2881bce3083a23835f46787b58ff848ad8a Mon Sep 17 00:00:00 2001 From: Nate Douglas Date: Tue, 12 Sep 2023 22:05:36 -0400 Subject: [PATCH] Update continuous_integration.yml --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index dee07592c5..60129c3c74 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -158,7 +158,6 @@ jobs: # Warn strongly if the `composer.lock` lines changed exceed a threshold. check-composer-lock-changes: name: Check composer.lock changes - if: github.event.pull_request.head.repo.full_name == 'department-of-veterans-affairs/va.gov-cms' runs-on: ubuntu-latest steps: - name: Checkout @@ -184,6 +183,7 @@ jobs: - name: Comment if composer.lock changes exceed threshold. uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2 if: env.LINES_CHANGED > env.THRESHOLD + continue-on-error: true with: comment_tag: check-composer-lock-changes message: |