From 30ad27b624899cab3fbe65ff9abf80275d05833c Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Wed, 28 Apr 2021 13:46:28 +0530 Subject: [PATCH] removed extra steps from workflow --- .github/workflows/main.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b9071bb..1a6ed74c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: k8s-set-context on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ cluster-connect ] + branches: [ cluster-connect-2 ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -23,15 +23,6 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. - uses: atharvamulmuley/k8s-set-context@cluster-connect-2 with: method: spn