mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Enhancement: Removed trigger workflow on PR for benchmark related workflows
This commit is contained in:
parent
1bd380a5b4
commit
e13ec7cea9
2 changed files with 0 additions and 17 deletions
9
.github/workflows/benchmark-cachegrind.yml
vendored
9
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -1,14 +1,6 @@
|
|||
name: Luau Benchmarks (CacheGrind)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
@ -90,7 +82,6 @@ jobs:
|
|||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push benchmark results
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
echo "Pushing benchmark results..."
|
||||
cd gh-pages
|
||||
|
|
8
.github/workflows/benchmark.yml
vendored
8
.github/workflows/benchmark.yml
vendored
|
@ -1,13 +1,6 @@
|
|||
name: Luau Benchmarks
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
@ -83,7 +76,6 @@ jobs:
|
|||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push benchmark results
|
||||
if: github.event_name == 'push'
|
||||
run: |
|
||||
echo "Pushing benchmark results..."
|
||||
cd gh-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue