Skip to content

Commit

Permalink
ci: fix workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 5, 2024
1 parent abe2e38 commit d72acda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Benchmark PR
on:
pull_request:
paths: ["projects/**"]
types: [opened, reopened, edited, synchronize]
types: [opened, reopened, edited, synchronize, labeled]
branches: [main]

concurrency:
Expand Down

0 comments on commit d72acda

Please sign in to comment.