Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Nov 13, 2024
1 parent 40995b1 commit 7cfa123
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: scheduled

on:
push:
branches:
- dev
schedule:
# 8 PM UTC every day
- cron: "0 20 * * *"
Expand All @@ -12,7 +15,7 @@ jobs:
fail-fast: false
matrix:
DEB_DISTRO: [jammy, noble]
uses: ubi-agni/ros-builder-action/.github/workflows/build.yaml@main
uses: ubi-agni/ros-builder-action/.github/workflows/build.yaml@dev
with:
DEB_DISTRO: ${{ matrix.DEB_DISTRO }}
ROS_SOURCES: ros-one.repos
Expand All @@ -39,6 +42,6 @@ jobs:
cancel-in-progress: false
steps:
- name: Import build artifacts to reprepro server
uses: ubi-agni/ros-builder-action/reprepro@main
uses: ubi-agni/ros-builder-action/reprepro@dev
with:
url: "${{ vars.DEPLOY_URL }}?run_id=${{ github.run_id }}&arch=x64"

0 comments on commit 7cfa123

Please sign in to comment.