Skip to content

Commit

Permalink
updated if condition to account for reference to first job
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC committed Sep 19, 2024
1 parent e471e83 commit 09a262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
comment_pr:
needs: changed_files
if: changed-files.outputs.any_changed == 'true'
if: changed_files.steps.changed-files.outputs.any_changed == 'true'
runs-on: ubuntu-latest
steps:
- env:
Expand Down

0 comments on commit 09a262e

Please sign in to comment.