Skip to content

Commit d3d6d7c

Browse files
lucasssvazradimkarnis
authored andcommitted
ci(windows): Skip signing if not in espressif repository
1 parent 953a42d commit d3d6d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_esptool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=ci/espressif.ico espsecure.py
116116
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=ci/espressif.ico esp_rfc2217_server.py
117117
- name: Sign binaries
118-
if: matrix.platform == 'windows' && github.event_name != 'pull_request'
118+
if: matrix.platform == 'windows' && github.event_name != 'pull_request' && github.repository == 'espressif/esptool'
119119
env:
120120
CERTIFICATE: ${{ secrets.CERTIFICATE }}
121121
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)