Skip to content

Commit

Permalink
Only run annotate job on kchason PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason committed Jan 12, 2024
1 parent 3127bae commit a6bedd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/annotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on: [ pull_request ]

jobs:
annotate:
if: github.event.pull_request.head.user == 'kchason'
runs-on: ubuntu-latest
steps:
steps:

# Get the code from the repository to be packaged
- name: Get Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit a6bedd4

Please sign in to comment.