Skip to content

Commit e622674

Browse files
committed
Disable test execution
1 parent 37ed00a commit e622674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
Sign:
6464
needs: Test
65-
# if: github.event_name == 'release' && github.event.action == 'published'
65+
if: github.event_name == 'release' && github.event.action == 'published'
6666
runs-on: windows-latest
6767
steps:
6868
- name: Checkout Repository

0 commit comments

Comments
 (0)