Skip to content

Commit

Permalink
tmp: debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Feb 9, 2024
1 parent f60d051 commit c7ef018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-run-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
SOURCE_BR: ${{ github.head_ref }}
TARGET_BR: ${{ github.base_ref }}
run: |
echo "${{ github.base_ref }}"
compiles=$(git diff --name-only origin/$TARGET_BR...origin/$SOURCE_BR)
if [[ $(echo "$compiles" | grep -c compile.yml) -gt 0 ]]; then
echo "compile.yml should not be modified for pull requests! Found:"
Expand Down

0 comments on commit c7ef018

Please sign in to comment.