File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: build
22
33on :
44 workflow_dispatch :
5- schedule :
6- # build weekly to find breakage
7- - cron : ' 13 1 * * 6'
85
96concurrency :
107 group : ${{ github.workflow }}-${{ github.ref }}
@@ -1484,6 +1481,6 @@ jobs:
14841481 mv ${{ env.AGG }} /home/runner/apt_repo
14851482 - uses : v4hn/ros-deb-builder-action/deploy@roso-noble
14861483 with :
1487- BRANCH : ${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-unstable
1484+ BRANCH : ${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-nocheck- unstable
14881485 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14891486 SQUASH_HISTORY : true
Original file line number Diff line number Diff line change 7171 with :
7272 ROS_DISTRO : ${{ env.ROS_DISTRO }}
7373 DEB_DISTRO : ${{ env.DEB_DISTRO }}
74- SBUILD_CONF : " $extra_packages = ['/home/runner/apt_repo_dependencies']; $enable_network = 1; ${{ env.extra_sbuild_conf }}"
74+ SBUILD_CONF : " $extra_packages = ['/home/runner/apt_repo_dependencies']; $enable_network = 1; $build_profiles = nocheck; $ {{ env.extra_sbuild_conf }}"
7575 ROSDEP_SOURCE : rosdep.yaml
7676 REPOS_FILE : worker-jobs.repos
7777 CONTINUE_ON_ERROR : true
You can’t perform that action at this time.
0 commit comments