Skip to content

Commit

Permalink
Use previous-main branch for java CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 11, 2024
1 parent bb143ae commit 75a462d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
actions: read
secrets: inherit
needs: docker
uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
uses: restatedev/sdk-java/.github/workflows/integration.yaml@previous-main
with:
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}

Expand All @@ -94,7 +94,7 @@ jobs:
actions: read
secrets: inherit
needs: docker
uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
uses: restatedev/sdk-java/.github/workflows/integration.yaml@previous-main
with:
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}
envVars: |
Expand Down

0 comments on commit 75a462d

Please sign in to comment.