Skip to content

Commit

Permalink
Update size-label.yml (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Dec 17, 2024
1 parent 8031924 commit bea488b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Label based on PR size

on:
pull_request:
pull_request_target:
workflow_dispatch:

jobs:
Expand All @@ -17,9 +16,6 @@ jobs:
(
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository
) || (
github.event_name == 'pull_request_target' &&
github.event.pull_request.head.repo.full_name != github.repository
) || (
github.event_name == 'workflow_dispatch'
)
Expand Down

0 comments on commit bea488b

Please sign in to comment.