From 172e0c4daba085b18f495cd235e7a31187414151 Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Mon, 2 Oct 2023 22:59:32 -0700 Subject: [PATCH] Test checking out custom_interfaces --- .github/actions/checkout/action.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index aab45b43d..d26a21c7d 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -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 @@ -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