Skip to content

Commit

Permalink
ci(test): run if versions are the same
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Nov 18, 2024
1 parent 68ec490 commit ac33bf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
elif is_gt $version $current_version; then
run=true
if [[ $candidate == 'false' ]]; then commit=true; fi
elif [[ "$version" == "$current_version" ]]; then
run=true
fi
echo "run: $run"
echo "commit: $commit"
Expand Down

0 comments on commit ac33bf1

Please sign in to comment.