Skip to content

Commit

Permalink
Add diff against dev branch to help with PR reviews (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
havan authored Dec 13, 2024
1 parent 902144d commit 75fea1f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ jobs:
- name: Run diff against branch
run: scripts/diff_against_branch.sh

# diff check against dev branch to help with the PR reviews
diff-dev:
name: Diff against dev to help with the PR reviews
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Run diff against branch
run: |
scripts/diff_against_branch.sh dev || true
echo -e "\n🛟 Note: This diff check against dev branch is for PR review purposes only."
echo -e "🛟 Any reported differences are informational and not considered errors.\n"
# dependency check to catch if proto files were not updated correctly
dependency-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75fea1f

Please sign in to comment.