Skip to content

Commit 2f70bcf

Browse files
test benchmarks on PR
1 parent eacb611 commit 2f70bcf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/docs_pr_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ permissions:
3333

3434
jobs:
3535
DocsBuild:
36+
if: false
3637
uses: ./.github/workflows/reusable_docs_build.yml

.github/workflows/pr_push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ permissions:
1616
contents: read
1717

1818
jobs:
19+
Benchmarks:
20+
uses: ./.github/workflows/reusable_benchmarks.yml
21+
permissions:
22+
contents: write
23+
pull-requests: write
24+
with:
25+
pr_no: '0'
1926
CodeChecks:
27+
if: false
2028
uses: ./.github/workflows/reusable_checks.yml
2129
FastBuild:
2230
name: Fast builds

0 commit comments

Comments
 (0)