Skip to content
Open
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:
benchmark:
name: Benchmark
needs: gen_llhttp
if: github.repository_id == '13258039'

runs-on: ubuntu-latest
timeout-minutes: 9
Expand Down
2 changes: 2 additions & 0 deletions CHANGES/11737.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed workflow always failing on forks. Made benchmark job skip when not
running on main repository. -- by :user:`Cycloctane`.
Loading