mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Cleanup: Added on PR event to workflows
This commit is contained in:
parent
a9c3cbb010
commit
1bd380a5b4
2 changed files with 16 additions and 18 deletions
17
.github/workflows/benchmark-cachegrind.yml
vendored
17
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -1,18 +1,17 @@
|
|||
name: Luau Benchmarks (CacheGrind)
|
||||
|
||||
on:
|
||||
# pull_request:
|
||||
# paths-ignore:
|
||||
# - "docs/**"
|
||||
# - "papers/**"
|
||||
# - "rfcs/**"
|
||||
# - "*.md"
|
||||
# - "prototyping/**"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feat/add-cachegrind
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -38,7 +37,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "test" }
|
||||
- { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
17
.github/workflows/benchmark.yml
vendored
17
.github/workflows/benchmark.yml
vendored
|
@ -1,17 +1,16 @@
|
|||
name: Luau Benchmarks
|
||||
|
||||
on:
|
||||
# pull_request:
|
||||
# paths-ignore:
|
||||
# - "docs/**"
|
||||
# - "papers/**"
|
||||
# - "rfcs/**"
|
||||
# - "*.md"
|
||||
# - "prototyping/**"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feat/add-cachegrind
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -37,7 +36,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "test" }
|
||||
- { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue