We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ff61f commit 6a3aba7Copy full SHA for 6a3aba7
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
./mvnw clean verify -DtrimStackTrace=false
49
50
- name: Upload binaries to static.snyk.io
51
- # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' }}
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
0 commit comments