Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Sep 6, 2024
1 parent da12186 commit eff352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fi
fi
if [ "${{ env.OTDFCTL_REF }}" == "" ]; then
if [ ${{ env.OTDFCTL_REF == github.event.pull_request.head.sha }} ]; then
echo "otdfctl will be tested from the PR branch"
else
echo "otdfctl will be tested from 'main' or '${{ env.OTDFCTL_REF }}'"
Expand Down

0 comments on commit eff352c

Please sign in to comment.