Skip to content

Commit

Permalink
fix(ci): fix code in validate_new_changes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaKun committed Nov 24, 2024
1 parent 2f44731 commit 7fd41c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_new_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
validate-file-paths:
runs-on: "ubuntu-latest"
needs: "find-changed-files"
if: "${{ needs.find-changed-files.outputs.changed_or_added_files == 'true'"
if: "${{ needs.find-changed-files.outputs.changed_or_added_files == 'true' }}"

# NOTE: validating file paths takes around 1 minute.
# If this job takes more than 5 minutes, it means that something is wrong.
Expand Down

0 comments on commit 7fd41c8

Please sign in to comment.