Skip to content

Commit

Permalink
prevent failure when changelog does not exist in -ref branch
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe authored Sep 9, 2024
1 parent 3769e0f commit 1d1c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_truth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# get truth change log from *-ref branch
cmd="git checkout origin/${branch_name}-ref -- ${change_log_path}"
echo $cmd
$cmd
$cmd | true
# create or append to file to track truth data changes
# and ensure that PR merge into *-ref branch triggered testing workflow
Expand Down

0 comments on commit 1d1c00b

Please sign in to comment.