File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
run : make dist
125
125
working-directory : platforms/macos
126
126
- name : Codesign app bundle
127
- if : needs.pr-check.outputs.number == null && github.repository_owner == 'drhelius'
127
+ if : github.event_name != 'pull_request' && github.repository_owner == 'drhelius'
128
128
env :
129
129
MACOS_CERTIFICATE : ${{ secrets.PROD_MACOS_CERTIFICATE }}
130
130
MACOS_CERTIFICATE_PWD : ${{ secrets.PROD_MACOS_CERTIFICATE_PWD }}
@@ -146,7 +146,7 @@ jobs:
146
146
codesign -v -vvv --deep "${{ env.NAME_UPPER }}.app"
147
147
working-directory : platforms/macos
148
148
- name : Notarize app bundle
149
- if : needs.pr-check.outputs.number == null && github.repository_owner == 'drhelius'
149
+ if : github.event_name != 'pull_request' && github.repository_owner == 'drhelius'
150
150
env :
151
151
PROD_MACOS_NOTARIZATION_APPLE_ID : ${{ secrets.PROD_MACOS_NOTARIZATION_APPLE_ID }}
152
152
PROD_MACOS_NOTARIZATION_TEAM_ID : ${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}
You can’t perform that action at this time.
0 commit comments