Skip to content

Commit

Permalink
Fix ref for scheduled pipelines (also for rolling)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 1, 2024
1 parent cab7710 commit 9a6e526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v4
with:
path: src/ros2_control
# default behavior is correct on master branch
# ref: ${{ github.event_name == 'schedule' && 'master' || '' }}
- name: Build and test
shell: bash
run: |
Expand Down

0 comments on commit 9a6e526

Please sign in to comment.