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 c011abe commit a41f458Copy full SHA for a41f458
.github/workflows/benchmark_pr.yml
@@ -1,16 +1,13 @@
1
name: Benchmark PR
2
-
3
on:
4
- pull_request_target:
+ pull_request:
5
branches: [ main ]
6
7
-permissions:
8
- pull-requests: write # needed to post comments
9
10
jobs:
11
bench:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
15
with:
16
- julia-version: '1'
+ julia-version: "1"
+ job-summary: "true" # Post to "summary" tab of workflow run
0 commit comments