Skip to content

Commit

Permalink
disable bench workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Sep 30, 2023
1 parent cd584fa commit 0f1bd9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Benchmark

on:
pull_request:
types: [ opened, synchronize, reopened ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
# pull_request:
# types: [ opened, synchronize, reopened ]
# paths-ignore:
# - '**.md'
# - 'demo/**'
# - 'docs/**'
# - 'homebrew-formula/**'
# push:
# branches: [ main ]
# paths-ignore:
# - '**.md'
# - 'demo/**'
# - 'docs/**'
# - 'homebrew-formula/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f1bd9e

Please sign in to comment.