diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 73c461f..71730f4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -73,21 +73,6 @@ jobs: working-directory: benchmarks/oidc-guard-benchmarks/bin/publish run: ./oidc-guard-benchmarks - - name: Store benchmark result - if: github.ref == 'refs/heads/main' - uses: benchmark-action/github-action-benchmark@v1 - with: - name: Benchmark.Net Benchmark - tool: 'benchmarkdotnet' - output-file-path: benchmarks/oidc-guard-benchmarks/bin/publish/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json - github-token: ${{ secrets.GITHUB_TOKEN }} - auto-push: true - # Show alert with commit comment on detecting possible performance regression - alert-threshold: '120%' - comment-on-alert: true - fail-on-alert: false - alert-comment-cc-users: '@IvanJosipovic' - - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: