Skip to content

Commit

Permalink
ci: do not create auto-PR in case we are in branch columnar-*
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Feb 28, 2025
1 parent 0046afd commit 25f4706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pack_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ jobs:
update-manticoresearch-deps:
needs:
- vars
- publish
runs-on: ubuntu-22.04
if: needs.publish.outputs.target != 'release'
steps:
- name: Update deps
uses: manticoresoftware/manticoresearch/actions/update-deps@master
Expand Down

0 comments on commit 25f4706

Please sign in to comment.