Skip to content

Commit c393be7

Browse files
committed
Don't fail entire test-pypi deploys on AppInspect failing
1 parent 0ab03b9 commit c393be7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Build packages for distribution
5252
run: uv build
5353
- name: Run AppInspect
54+
if: startsWith(github.ref, 'refs/tags/') == true
5455
uses: ./.github/actions/run-appinspect
5556
- name: Upload distributables
5657
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a

0 commit comments

Comments
 (0)