Skip to content

Commit 9c2aefe

Browse files
authored
Merge pull request #399 from SciML/performance_manually
Make the performance workflow optional and manually runnable
2 parents f085186 + 6f2a3ac commit 9c2aefe

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/PerformanceCheck.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Performance Check
22
on:
3-
push:
4-
branches:
5-
- 'master'
6-
tags: '*'
7-
pull_request:
3+
workflow_dispatch:
84
jobs:
95
build-and-benchmark:
106
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)