From 8d1611ab7b0ddc35b3d5812ebff4e79ad89ec421 Mon Sep 17 00:00:00 2001 From: Shwetha Gururaj Date: Tue, 2 Jul 2024 14:54:23 -0400 Subject: [PATCH] Cleanup. --- .github/workflows/deploy.yml | 5 +---- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 710296f5..eab914c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - 'oss-migration*' + - 'main' jobs: test: runs-on: ubuntu-latest @@ -25,9 +25,6 @@ jobs: export PATH=$GOPATH/bin:$PATH BINARY_VALIDATION=false bin/test - - name: Setup tmate session - if: always() - uses: mxschmitt/action-tmate@v3 deploy: runs-on: ubuntu-latest diff --git a/manifest.yml b/manifest.yml index 1f57673a..566694b5 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- applications: -- name: plugins-delete +- name: plugins env: GOPACKAGENAME: code.cloudfoundry.org/cli-plugin-repo instances: 4