Skip to content

Commit 14a03d8

Browse files
committed
ci: no nuts, sign, ctc
1 parent 56b3723 commit 14a03d8

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
npm:
1515
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
1616
with:
17-
ctc: true
18-
sign: true
1917
tag: latest
2018
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
2119
secrets: inherit

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,3 @@ on:
77
jobs:
88
unit-tests:
99
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
10-
nuts:
11-
needs: unit-tests
12-
uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
13-
secrets: inherit
14-
strategy:
15-
matrix:
16-
os: [ubuntu-latest, windows-latest]
17-
fail-fast: false
18-
with:
19-
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)