Skip to content

Commit

Permalink
Merge pull request #419 from pq-code-package/bench_noopt_fix
Browse files Browse the repository at this point in the history
CI: Fix bench.yml
  • Loading branch information
mkannwischer authored Nov 17, 2024
2 parents 956b880 + 051a954 commit 383f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
cflags: ${{ matrix.target.cflags }}
opt: ${{ matrix.opt.value }}
store_results: ${{ github.repository_owner == 'pq-code-package' && github.ref == 'refs/heads/main' }} # Only store optimized results
name: ${{ matrix.target.name }}${{ !matrix.opt.value && " (no-opt)" }}
name: "${{ matrix.target.name }}${{ (!matrix.opt.value && ' (no-opt)') || ''}}"
secrets: inherit

0 comments on commit 383f1a4

Please sign in to comment.