We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacb611 commit 2f70bcfCopy full SHA for 2f70bcf
.github/workflows/docs_pr_push.yml
@@ -33,4 +33,5 @@ permissions:
33
34
jobs:
35
DocsBuild:
36
+ if: false
37
uses: ./.github/workflows/reusable_docs_build.yml
.github/workflows/pr_push.yml
@@ -16,7 +16,15 @@ permissions:
16
contents: read
17
18
19
+ Benchmarks:
20
+ uses: ./.github/workflows/reusable_benchmarks.yml
21
+ permissions:
22
+ contents: write
23
+ pull-requests: write
24
+ with:
25
+ pr_no: '0'
26
CodeChecks:
27
28
uses: ./.github/workflows/reusable_checks.yml
29
FastBuild:
30
name: Fast builds
0 commit comments