Skip to content

Commit

Permalink
Point feature repo back to main (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Jun 27, 2024
1 parent 659fee5 commit abd9f2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ on: [push, pull_request]

jobs:
features-test:
uses: temporalio/features/.github/workflows/java.yaml@java-breaking-update
uses: temporalio/features/.github/workflows/java.yaml@main
with:
java-repo-path: ${{github.event.pull_request.head.repo.full_name}}
version: ${{github.event.pull_request.head.ref}}
version-is-repo-ref: true
features-repo-ref: java-breaking-update
version-is-repo-ref: true

0 comments on commit abd9f2d

Please sign in to comment.