Skip to content

Commit f18fcc8

Browse files
committed
Merge branch 'skip-workflows-in-forks'
2 parents 42fc48a + ce2b9b3 commit f18fcc8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ jobs:
260260
benchmark:
261261
name: Benchmark
262262
needs: gen_llhttp
263+
if: github.repository_id == '13258039'
263264

264265
runs-on: ubuntu-latest
265266
timeout-minutes: 12

CHANGES/11737.contrib.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)