Skip to content

Commit

Permalink
Ros2 workflow bugfix update devel (#61)
Browse files Browse the repository at this point in the history
* Test with fetch depth 0

* Uncomment disabled steps
  • Loading branch information
pawelirh authored Jun 6, 2024
1 parent fbd9755 commit f737301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ env.DEVEL_BRANCH }}
fetch-depth: 0

- name: Update devel branch
if: ${{ env.DEVEL_BRANCH != env.MAIN_BRANCH && fromJSON(inputs.automatic_mode) == true }}
Expand Down

0 comments on commit f737301

Please sign in to comment.