From 009ab4f9d043db62b6ebef41aa9ac929bb212610 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Tue, 29 Oct 2024 18:08:25 +0900 Subject: [PATCH] Revert "Allow license_finder run from forked repo if 'safe to test' label added" This reverts commit 480b091a419bcd6e488bae8302df3eac8e0440c9. --- .github/workflows/license.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index e45d2d83..09a53870 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -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