Skip to content

Commit

Permalink
drop comment
Browse files Browse the repository at this point in the history
with the default -unstable suffix there is no reason not to push
anymore. All the logged information should be made available via deploy
even on spectacular build failure.
  • Loading branch information
v4hn committed Aug 29, 2024
1 parent e16fbfc commit 8bfd2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: /home/runner/apt_repo
key: apt-repo-${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-universe-2-${{ github.sha }}
- uses: v4hn/ros-deb-builder-action/deploy@rosotest
if: always() # alternatively success()
if: always()
with:
BRANCH: ${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-unstable
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8bfd2cd

Please sign in to comment.