Skip to content

Commit

Permalink
Revert "Allow license_finder run from forked repo if 'safe to test' l…
Browse files Browse the repository at this point in the history
…abel added"

This reverts commit 480b091.
  • Loading branch information
masutaka committed Oct 29, 2024
1 parent 480b091 commit 009ab4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ on:
branches:
- main
pull_request:
pull_request_target:
types: [labeled]

jobs:
license_finder:
runs-on: ubuntu-latest
if: |
github.event.pull_request.head.repo.fork == false
|| contains(github.event.pull_request.labels.*.name, 'safe to test')
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 009ab4f

Please sign in to comment.