Skip to content

Commit 1c1a8e9

Browse files
committed
Skip 'Nancy' step in 'Security' workflow for external contributors.
1 parent bd150b0 commit 1c1a8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- name: Run go list
9797
run: go list -json -deps ./... > go.list
9898
- name: Nancy
99+
if: (github.repository == 'wavesplatform/gowaves' && github.event.pull_request.head.repo.fork != true )
99100
uses: sonatype-nexus-community/nancy-github-action@726e338312e68ecdd4b4195765f174d3b3ce1533 # v1.0.3
100101
with:
101102
nancyVersion: latest

0 commit comments

Comments
 (0)