We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99832a7 commit f128d1cCopy full SHA for f128d1c
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Reject any VCS dependencies
23
+ if: false
24
continue-on-error: ${{ github.ref_type == 'branch' && github.ref_name != 'release-test-full' }}
25
uses: ferringb/gh-actions/reject-python-vcs-deps@main
26
0 commit comments