Skip to content

Commit

Permalink
[gha] Scope the PR run of adhoc forge to changes to the file itself
Browse files Browse the repository at this point in the history
This should only run when the file itself is changed on PR

Test Plan:

PR test passes
  • Loading branch information
perryjrandall committed Jul 18, 2024
1 parent ce05665 commit aa5234f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/adhoc-forge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Ad-hoc Forge Run"
on:
pull_request:
paths:
- ".github/workflows/adhoc-forge.yaml"
workflow_dispatch:
inputs:
GIT_SHA:
Expand Down

0 comments on commit aa5234f

Please sign in to comment.