Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Jul 2, 2024
1 parent d7c29e6 commit 8d1611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 'oss-migration*'
- 'main'
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
applications:
- name: plugins-delete
- name: plugins
env:
GOPACKAGENAME: code.cloudfoundry.org/cli-plugin-repo
instances: 4
Expand Down

0 comments on commit 8d1611a

Please sign in to comment.