mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP
This commit is contained in:
parent
9b7472be51
commit
2426940854
1 changed files with 14 additions and 0 deletions
14
.github/workflows/benchmark.yml
vendored
14
.github/workflows/benchmark.yml
vendored
|
@ -8,6 +8,15 @@ on:
|
|||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
|
||||
jobs:
|
||||
benchmarks-run:
|
||||
|
@ -71,3 +80,8 @@ jobs:
|
|||
comment-on-alert: true
|
||||
comment-always: true
|
||||
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}
|
||||
|
||||
- name: Push benchmark results
|
||||
if: !!github.event.push
|
||||
run: |
|
||||
echo "Pushing benchmark results..."
|
||||
|
|
Loading…
Add table
Reference in a new issue