We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd150b0 commit 1c1a8e9Copy full SHA for 1c1a8e9
.github/workflows/security.yml
@@ -96,6 +96,7 @@ jobs:
96
- name: Run go list
97
run: go list -json -deps ./... > go.list
98
- name: Nancy
99
+ if: (github.repository == 'wavesplatform/gowaves' && github.event.pull_request.head.repo.fork != true )
100
uses: sonatype-nexus-community/nancy-github-action@726e338312e68ecdd4b4195765f174d3b3ce1533 # v1.0.3
101
with:
102
nancyVersion: latest
0 commit comments