Skip to content

Commit

Permalink
Merge pull request #10 from Uniswap/fix/remove-echo
Browse files Browse the repository at this point in the history
fix: remove echo statement
  • Loading branch information
mr-uniswap authored Oct 16, 2024
2 parents 21a377c + 21f1672 commit d887628
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
if: github.base_ref == 'main'
runs-on: ubuntu-latest
steps:
- name: Log
run: |
echo "Base ref: ${{ github.base_ref }}"
echo "Head ref: ${{ github.head_ref }}"
- name: Check branches
run: |
if [ ${{ github.head_ref }} != "staging" ]; then
Expand Down

0 comments on commit d887628

Please sign in to comment.