Skip to content

Commit

Permalink
Merge pull request #19 from kchason/only-run-annotate-on-upstream-repo
Browse files Browse the repository at this point in the history
Limit Annotation Workflows
  • Loading branch information
kchason committed Jan 24, 2024
2 parents 3127bae + a6bedd4 commit 11e30ff
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 11e30ff

Please sign in to comment.