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 0d5bd05 commit 3f291fdCopy full SHA for 3f291fd
1 file changed
.github/workflows/bench.yml
@@ -88,7 +88,7 @@ jobs:
88
bench_extra_args: ""
89
nix_shell: nucleo-n657x0-q
90
cross_prefix: ""
91
- if: ${{ false && github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main') }}
+ if: ${{ github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main') }}
92
runs-on: self-hosted-${{ matrix.target.system }}
93
steps:
94
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments