Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 12, 2023
1 parent f4b2b28 commit e1147f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
git checkout -b ${GITHUB_REF#refs/heads/}-testlogs
if [[ $(git fetch origin ${GITHUB_REF#refs/heads/}-testlogs) ]]; then # if a branch exists, fetch it
git cherry-pick $(git log -n 1 origin/${GITHUB_REF#refs/heads/}-testlogs --pretty=format:"%H")
else
echo "Skip fetching"
fi
fi
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit e1147f5

Please sign in to comment.