Skip to content

Commit

Permalink
💚 Cleanup workflow, removing debug part
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainali committed Nov 25, 2024
1 parent aa2b99e commit 53f4e85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-expected-count-script-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Check changed .rq files
id: check-files
run: |
echo "Debugging CHANGED_FILES..."
echo "Comparing commits:"
echo "Queries to check:"
git diff --name-only origin/main...HEAD -- '*.rq'
# Get a list of .rq files changed in the PR
Expand Down

0 comments on commit 53f4e85

Please sign in to comment.