Skip to content

Commit 1a7633e

Browse files
committed
Merge branch 'ci/tools_fix'
2 parents f707058 + 1478cb6 commit 1a7633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
done
133133
134134
- name: Sign binaries
135-
if: matrix.os == 'windows-latest' && env.CERTIFICATE != ''
135+
if: matrix.os == 'windows-latest' && github.event_name == 'push' && env.CERTIFICATE != ''
136136
env:
137137
CERTIFICATE: ${{ secrets.CERTIFICATE }}
138138
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)