Skip to content

Commit

Permalink
fix silly error with the node version check
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfyson committed Dec 13, 2023
1 parent 45c5398 commit e57ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- id: checkout-base
name: check out base ref for backport check
if: ${{ startsWith(github.head_ref, 'nickfyson-') }}
if: ${{ startsWith(github.head_ref, 'backport-') }}
uses: actions/checkout@v4
with:
ref: ${{ env.BASE_REF }}
Expand Down

0 comments on commit e57ecba

Please sign in to comment.