Build and test forked PRs properly (#1738)
* build forks on PRs properly
This commit is contained in:
2
.github/workflows/micro-examples.yml
vendored
2
.github/workflows/micro-examples.yml
vendored
@@ -32,6 +32,6 @@ jobs:
|
||||
path: 'examples'
|
||||
|
||||
- name: Build all
|
||||
run: $GITHUB_WORKSPACE/go-micro/.github/workflows/scripts/build-all-examples.sh ${{ github.event.pull_request.head.sha }}
|
||||
run: $GITHUB_WORKSPACE/go-micro/.github/workflows/scripts/build-all-examples.sh ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.head.repo.full_name }}
|
||||
working-directory: examples
|
||||
|
Reference in New Issue
Block a user