Skip to content

Commit abd9f2d

Browse files
Point feature repo back to main (#2130)
1 parent 659fee5 commit abd9f2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/features.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ on: [push, pull_request]
33

44
jobs:
55
features-test:
6-
uses: temporalio/features/.github/workflows/java.yaml@java-breaking-update
6+
uses: temporalio/features/.github/workflows/java.yaml@main
77
with:
88
java-repo-path: ${{github.event.pull_request.head.repo.full_name}}
99
version: ${{github.event.pull_request.head.ref}}
10-
version-is-repo-ref: true
11-
features-repo-ref: java-breaking-update
10+
version-is-repo-ref: true

0 commit comments

Comments
 (0)