Skip to content

Commit

Permalink
[no ci] appimages are deprecated
Browse files Browse the repository at this point in the history
* deploy even if they fail to build
  • Loading branch information
ChristopherHX authored Nov 28, 2024
1 parent c73dfb9 commit c8cce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
}
}
deploy:
if: needs.prepare.outputs.sync == 'true' && !failure() && !cancelled()
if: needs.prepare.outputs.sync == 'true' && !failure('macOS', 'linux-pkg') && !cancelled()
needs:
- prepare
- linux-AppImage
Expand Down

0 comments on commit c8cce57

Please sign in to comment.