Skip to content

Commit

Permalink
Fix diego-compat job
Browse files Browse the repository at this point in the history
  • Loading branch information
pbusko committed Jul 26, 2024
1 parent 7079de1 commit 8feecc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: stable
- run: make test
diego-compat:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
with:
repository: sap-contributions/diego-release
ref: add-cnb-app-lifecycle
repository: cloudfoundry/diego-release
ref: develop
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: stable
- run: |
cd src/code.cloudfoundry.org && go get -u code.cloudfoundry.org/cnbapplifecycle@${{ github.event.pull_request.head.sha }}
automerge:
Expand Down

0 comments on commit 8feecc8

Please sign in to comment.