Skip to content

Commit

Permalink
Issue #677: Avoid composer lock diff action if composer.lock has not …
Browse files Browse the repository at this point in the history
…changed.
  • Loading branch information
alexanderpatriciop committed Feb 17, 2025
1 parent 9ae14e1 commit 5c1c33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaffold/github/workflows/ComposerLockDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Composer Lock Diff"
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'composer.lock'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 5c1c33c

Please sign in to comment.