Skip to content

Commit 0114078

Browse files
committed
ci: run migration benchmarks despite incomplete score
1 parent 9a070e4 commit 0114078

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/migration-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109

110110
benchmarks:
111111
name: Migration Benchmarks
112-
needs: [parity]
112+
needs: [detect-changes, parity]
113+
if: always() && needs.detect-changes.outputs.should-run == 'true'
113114
runs-on: ubuntu-24.04
114115
steps:
115116
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)