Skip to content

Commit

Permalink
Test checking out custom_interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Oct 3, 2023
1 parent 944b472 commit 172e0c4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout workspace
uses: actions/checkout@v4
with:
repository: UBCSailbot/sailbot_workspace

- name: Checkout ROS package
if: ${{ inputs.repository != 'sailbot_workspace' }}
uses: actions/checkout@v4
Expand All @@ -22,7 +17,7 @@ runs:
path: src/${{ inputs.repository }}

- name: Checkout custom_interfaces ROS package
if: ${{ inputs.repository != 'sailbot_workspace' && inputs.repository != 'custom_interfaces' }}
# if: ${{ inputs.repository != 'sailbot_workspace' && inputs.repository != 'custom_interfaces' }}
uses: actions/checkout@v4
with:
repository: UBCSailbot/custom_interfaces
Expand Down

0 comments on commit 172e0c4

Please sign in to comment.