Skip to content

Commit 479c274

Browse files
committed
update action to run from main source
1 parent 16180ae commit 479c274

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/benchmark-compare-serial.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
contents: read
1111
pull-requests: write # Required for commenting on PRs
12+
issues: write
1213

1314
jobs:
1415
benchmark:
@@ -61,11 +62,11 @@ jobs:
6162
- name: Generate report
6263
shell: bash
6364
run: |
64-
cat results.main.csv results.branch.csv | node pr-source/benchmarks/report.js > result.md
65+
cat results.main.csv results.branch.csv | node main-source/benchmarks/report.js > result.md
6566
6667
# Post or update sticky PR comment
6768
- name: Post or Update Benchmark Comment
68-
uses: ./pr-source/.github/actions/sticky-pr-comment
69+
uses: ./main-source/.github/actions/sticky-pr-comment
6970
with:
7071
file: result.md
7172
tag: "<!-- BENCHMARK_REPORT_COMMENT -->" # This tag will identify the stick comment

0 commit comments

Comments
 (0)