Remove feature branch #1945
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Features Integration Tests" | ||
on: [push, pull_request] | ||
jobs: | ||
features-test: | ||
uses: temporalio/features/.github/workflows/java.yaml@main | ||
Check failure on line 6 in .github/workflows/features.yml GitHub Actions / Features Integration TestsInvalid workflow file
|
||
with: | ||
java-repo-path: ${{github.event.pull_request.head.repo.full_name}} | ||
version: ${{github.event.pull_request.head.ref}} |