Skip to content

Update README.md in a fork branch #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Build Tests
on:
push:
branches: ["main"]
pull_request: # By default this runs for types assigned, opened and synchronize.
pull_request_target: # By default this runs for types assigned, opened and synchronize.

env:
# Names must be unique in parallel running tests.
Expand Down Expand Up @@ -145,6 +145,8 @@ jobs:
- name: Delete the cluster created
if: always()
run: python xpk.py cluster delete --cluster $TPU_CLUSTER_NAME --zone=us-central2-b
- name: Check fork workflows
run: echo "Check PR workflows"



Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,3 +1266,6 @@ Please note that all other xpk subcommands are intended for use with cloud syste

# Other advanced usage
[Use a Jupyter notebook to interact with a Cloud TPU cluster](xpk-notebooks.md)

# Fork PR test
Creating PR from a fork from unaffiliated account.
Loading