Skip to content

Commit

Permalink
Remove test signing from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jun 7, 2024
1 parent 5531084 commit 964de84
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ jobs:
with:
name: Unsigned Installer
path: dist\windows-chewing-tsf-unsigned.exe
test-signing:
needs: [build]
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/code-signing.yml
with:
signing-policy-slug: test-signing
github-artifact-id: ${{ needs.build.outputs.unsigned-artifact-id }}
secrets:
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}

0 comments on commit 964de84

Please sign in to comment.