Skip to content

Commit 3f291fd

Browse files
committed
Re-enable nucleo benchmark
Signed-off-by: Brendan Moran <brendan.moran@arm.com>
1 parent 0d5bd05 commit 3f291fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
bench_extra_args: ""
8989
nix_shell: nucleo-n657x0-q
9090
cross_prefix: ""
91-
if: ${{ false && github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main') }}
91+
if: ${{ github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main') }}
9292
runs-on: self-hosted-${{ matrix.target.system }}
9393
steps:
9494
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)