diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index c8eb4895e3..f737e3584d 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -11,7 +11,7 @@ jobs: deploy: needs: [build] - if: github.repository_owner == 'LSS-Manager' && !startsWith(github.ref, 'refs/heads/renovate/') + if: github.repository_owner == 'LSS-Manager' && !startsWith(github.ref, 'refs/heads/renovate/') && github.ref !== 'chore/clean-update-yarnlock' runs-on: ubuntu-latest steps: - name: Install apt packages