We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624c035 commit 51ae34aCopy full SHA for 51ae34a
1 file changed
.github/workflows/fork_pr_benchmarks_track.yml
@@ -8,9 +8,9 @@ on:
8
jobs:
9
track_fork_pr_branch:
10
if: github.event.workflow_run.conclusion == 'success'
11
- runs-on: ubuntu-latest
12
permissions:
13
pull-requests: write
+ runs-on: ubuntu-latest
14
env:
15
BENCHMARK_RESULTS: benchmark_results.json
16
PR_EVENT: event.json
0 commit comments