Skip to content

Commit

Permalink
only run on PR if job changed
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Apr 12, 2024
1 parent 30561da commit 0a23c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ name: Collect Build Metrics

on:
pull_request:
paths:
- ".github/workflows/build-metrics.yml"

workflow_dispatch:
inputs:
ref:
Expand Down

0 comments on commit 0a23c4b

Please sign in to comment.