From 4ad8c15f34b319cb3fef89918ed5b0be87df884f Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:40:28 -0700 Subject: [PATCH] Make no-response plugin no-op for forks. (#88058) This will still run the workflow in forks but it will exit immediately if the repository is not flutter/flutter. Bug: https://github.com/flutter/flutter/issues/87573 --- .github/workflows/no-response.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index 2b01011487..d23157d0fb 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml @@ -17,6 +17,7 @@ permissions: jobs: noResponse: runs-on: ubuntu-latest + if: ${{ github.repository == 'flutter/flutter' }} steps: - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb with: