From aca67d4f33bc58e090429cd625d75e25a5593eaa Mon Sep 17 00:00:00 2001 From: Ankit Nayan Date: Fri, 20 Aug 2021 12:42:49 +0530 Subject: [PATCH] fix: removing action on pr as secret is not shared by forked repos --- .github/workflows/push.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 93dd282cc8..facd460d08 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -6,13 +6,13 @@ on: - ^v[0-9]*.[0-9]*.x$ tags: - "*" - pull_request: - branches: - - main - - v* - paths: - - 'pkg/**' - - 'frontend/**' + # pull_request: + # branches: + # - main + # - v* + # paths: + # - 'pkg/**' + # - 'frontend/**' jobs: get-envs: runs-on: ubuntu-latest