Skip to content

Commit

Permalink
chore: manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 25, 2024
1 parent 4c9c491 commit 58703a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Benchmark

on:
push:
workflow_dispatch:

jobs:
bench:
if: ${{ startsWith(github.event.head_commit.message, 'release:') }}
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'release:') }}
runs-on: ubuntu-latest
steps:
- name: Bench
Expand Down

0 comments on commit 58703a9

Please sign in to comment.