Skip to content

Commit

Permalink
Allow to trigger Benchmark Upload workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Dec 11, 2024
1 parent 5074fd4 commit 857c086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
workflows: ["Benchmark Engine", "Benchmark Standard Libraries"]
types:
- completed
# Allow to trigger this workflow manually
workflow_dispatch:

jobs:
upload-benchmarks:
name: Upload benchmarks
Expand Down

0 comments on commit 857c086

Please sign in to comment.