We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42fc48a + ce2b9b3 commit f18fcc8Copy full SHA for f18fcc8
2 files changed
.github/workflows/ci-cd.yml
@@ -260,6 +260,7 @@ jobs:
260
benchmark:
261
name: Benchmark
262
needs: gen_llhttp
263
+ if: github.repository_id == '13258039'
264
265
runs-on: ubuntu-latest
266
timeout-minutes: 12
CHANGES/11737.contrib.rst
@@ -0,0 +1,2 @@
1
+Fixed workflow always failing on forks. Made benchmark job skip when not
2
+running on main repository. -- by :user:`Cycloctane`.
0 commit comments