Skip to content

Commit

Permalink
πŸ’š [ci] do not deploy from yarn-cleanup branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Oct 11, 2022
1 parent e6c86fa commit 895c2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 895c2e9

Please sign in to comment.