Skip to content

Commit

Permalink
Added check on comment job so it only runs if any files have changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC committed Sep 19, 2024
1 parent cf59ecc commit e471e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
comment_pr:
needs: changed_files
if: changed-files.outputs.any_changed == 'true'
runs-on: ubuntu-latest
steps:
- env:
Expand Down

0 comments on commit e471e83

Please sign in to comment.