Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
feat: trigger benches only on labeled
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Apr 5, 2024
1 parent da76530 commit 9e970fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions-prover-benches.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GH Actions Prover Benches on PR
on:
pull_request:
types: [ labeled , ready_for_review]
types: [ labeled ]
jobs:
Prover_benchmarking_Automation:
if: contains(github.event.label.name, 'benchmarks')
Expand Down

0 comments on commit 9e970fc

Please sign in to comment.