We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28fd6 commit 345472fCopy full SHA for 345472f
.github/workflows/docs.yml
@@ -65,7 +65,8 @@ jobs:
65
git remote set-url origin https://x-access-token:${{ secrets.GH_ACCESS_TOKEN }}@github.com/${{ github.repository }}
66
67
- name: Merge main to stable and push tags
68
- if: ${{ !inputs.candidate && !inputs.test_pypi }}
+ # if: ${{ !inputs.candidate && !inputs.test_pypi }}
69
+ if: ${{ !inputs.candidate }}
70
run: |
71
make check-clean
72
make check-candidate
@@ -93,7 +94,8 @@ jobs:
93
94
make git-push
95
96
- name: Merge to main and bump to next patch
- if: ${{ !inputs.candidate && !inputs.test_pypi}}
97
98
99
100
git checkout main-clone
101
git merge stable-clone
0 commit comments