We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f9dc4 commit 4ce6e08Copy full SHA for 4ce6e08
.github/workflows/benchmark.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
do-benchmark:
10
- if: github.event.pull_request.merged == false
+ if: github.event.pull_request.merged == false && github.event.pull_request.head.repo.fork == false
11
name: Benchmark runner
12
runs-on: ubuntu-latest
13
steps:
@@ -56,7 +56,7 @@ jobs:
56
- uses: iterative/setup-cml@v2
57
- name: Include benchmark-image as comment to PR
58
env:
59
- repo_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
60
run: |
61
cat <<EOF > benchmark.md
62
#### Benchmark result
0 commit comments