Skip to content

Commit 3943c20

Browse files
committed
Test
1 parent 516f301 commit 3943c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=.github/pytools/espressif.ico tools/$tool.py
109109
done
110110
- name: Sign binaries
111-
if: matrix.os == 'windows-latest'
111+
if: matrix.os == 'windows-latest' && github.repository == 'espressif/arduino-esp32'
112112
env:
113113
CERTIFICATE: ${{ secrets.CERTIFICATE }}
114114
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)