Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas authored Sep 13, 2023
1 parent c5fd460 commit 766eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 766eb28

Please sign in to comment.