diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c42ea6db..adf7c6a9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -44,7 +44,7 @@ jobs: if: github.event_name != 'pull_request' needs: - tests - runs-on: ubuntu-latest + runs-on: mulesoft-ubuntu steps: - name: Checkout code uses: actions/checkout@v2