diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 11b851e..79eb685 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -1,6 +1,9 @@ name: scheduled on: + push: + branches: + - dev schedule: # 8 PM UTC every day - cron: "0 20 * * *" @@ -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 @@ -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"