Skip to content

Commit

Permalink
only run benchmark ci manually
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 5, 2024
1 parent 4608e96 commit 6eb1197
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- 'docs/**'
- 'issues/**'
- 'format/**'
- 'test/**'
workflow_dispatch:
# pull_request:
# branches:
# - main
# paths-ignore:
# - 'LICENSE.md'
# - 'README.md'
# - 'docs/**'
# - 'issues/**'
# - 'format/**'
# - 'test/**'
jobs:
benchmarks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6eb1197

Please sign in to comment.