From cfd914dbd9dd57252635aca6b9fe3ab7b79369a8 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Tue, 26 Apr 2022 08:53:02 -0400 Subject: [PATCH] Don't run bump_support_rotation GitHub Action on forks Signed-off-by: JP Simard --- .github/workflows/bump_support_rotation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bump_support_rotation.yml b/.github/workflows/bump_support_rotation.yml index 036358072e..b862c44062 100644 --- a/.github/workflows/bump_support_rotation.yml +++ b/.github/workflows/bump_support_rotation.yml @@ -9,6 +9,7 @@ on: jobs: bump_support_rotation: runs-on: ubuntu-latest + if: github.repository_owner == 'envoyproxy' permissions: pull-requests: write steps: