Enhancement: Removed trigger workflow on PR for benchmark related workflows

This commit is contained in:
Allan Jeremy 2022-06-09 09:04:08 +03:00
parent 1bd380a5b4
commit e13ec7cea9
2 changed files with 0 additions and 17 deletions

View file

@ -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

View file

@ -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