Skip to content

Commit 75a462d

Browse files
committed
Use previous-main branch for java CI
1 parent bb143ae commit 75a462d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
actions: read
8181
secrets: inherit
8282
needs: docker
83-
uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
83+
uses: restatedev/sdk-java/.github/workflows/integration.yaml@previous-main
8484
with:
8585
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}
8686

@@ -94,7 +94,7 @@ jobs:
9494
actions: read
9595
secrets: inherit
9696
needs: docker
97-
uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
97+
uses: restatedev/sdk-java/.github/workflows/integration.yaml@previous-main
9898
with:
9999
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}
100100
envVars: |

0 commit comments

Comments
 (0)