From bb3fb1d9cf6ede4f3610a81fb20b2de7d0e39141 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Fri, 15 Nov 2024 21:04:47 -0500 Subject: [PATCH] Finally on a real computer --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/docker.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1c124afc0..30a01470b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,9 +86,9 @@ jobs: df -h - uses: actions/checkout@v4 - uses: testspace-com/setup-testspace@v1 - if: github.repository == 'ros-planning/moveit2' + if: github.repository == 'moveit/moveit2' with: - domain: ros-planning + domain: moveit - name: Get latest release date for rosdistro id: rosdistro_release_date uses: JafarAbdi/latest-rosdistro-release-date-action@main @@ -140,7 +140,7 @@ jobs: uses: ros-industrial/industrial_ci@master env: ${{ matrix.env }} - name: Push result to Testspace - if: always() && (github.repository == 'ros-planning/moveit2') + if: always() && (github.repository == 'moveit/moveit2') run: | testspace "[ ${{ matrix.env.IMAGE }} ]${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml" - name: Upload test artifacts (on failure) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 261a076bb7..2fe0519c1e 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -176,7 +176,7 @@ jobs: - source steps: - name: Delete Untagged Images - if: (github.event_name != 'pull_request') && (github.repository == 'ros-planning/moveit2') + if: (github.event_name != 'pull_request') && (github.repository == 'moveit/moveit2') uses: actions/github-script@v6 with: github-token: ${{ secrets.DELETE_PACKAGES_TOKEN }} @@ -192,6 +192,6 @@ jobs: } } env: - OWNER: ros-planning + OWNER: moveit PACKAGE_NAME: moveit2 PER_PAGE: 100