Skip to content

Commit

Permalink
.github: mark ros push on master as latest not edge
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Nov 23, 2023
1 parent d2150cd commit d00b1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
elif [[ $GITHUB_REF == refs/heads/* ]]; then
VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')
if [ "${{ github.event.repository.default_branch }}" = "$VERSION" ]; then
VERSION=edge
VERSION=latest
fi
elif [[ $GITHUB_REF == refs/pull/* ]]; then
VERSION=pr-${{ github.event.number }}
Expand Down

0 comments on commit d00b1e4

Please sign in to comment.