diff --git a/.github/workflows/reusable-mac-ci.yml b/.github/workflows/reusable-mac-ci.yml index 68e93b846a5..9fd5c3923a1 100644 --- a/.github/workflows/reusable-mac-ci.yml +++ b/.github/workflows/reusable-mac-ci.yml @@ -55,7 +55,7 @@ jobs: - name: Add ci-pending label if PR if: ${{ github.event_name == 'pull_request' }} - uses: eProsima/eProsima-CI/external/remove_labels@feature/labels + uses: eProsima/eProsima-CI/external/add_labels@feature/labels with: labels: ci-pending number: ${{ github.event.number }}