Skip to content

Commit ad65803

Browse files
Use if: ${{ always() && needs.mac.result == 'skipped' }}
1 parent 8fe968f commit ad65803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
- android
390390
- get-app-version
391391
# - ios
392-
if: ${{ success() || failure() }}
392+
if: ${{ always() && needs.mac.result == 'skipped' }}
393393
name: Create Release
394394
runs-on: ubuntu-latest
395395
steps:

0 commit comments

Comments
 (0)