Skip to content

Commit

Permalink
Fixing Labeler CI/CD workflow to work with forks (#401)
Browse files Browse the repository at this point in the history
* Update label.yml

* Update label.yml
  • Loading branch information
Gordon Byers committed Sep 14, 2022
1 parent 1aca413 commit 7d161b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on: [pull_request]

jobs:
label:
if: ${{ !github.event.pull_request.head.repo.fork }}

runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 7d161b8

Please sign in to comment.