From 9e42a587fba608fcaacfff7caf26b77ac14597e7 Mon Sep 17 00:00:00 2001 From: BluValor-2 Date: Mon, 2 Dec 2024 12:10:10 +0100 Subject: [PATCH 1/3] Update README.md in a fork branch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 181b6e5f1..db886ae06 100644 --- a/README.md +++ b/README.md @@ -1256,3 +1256,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. From e0c48fc87c055be006a35cf92529425e6fb8d0cb Mon Sep 17 00:00:00 2001 From: BluValor-2 Date: Mon, 2 Dec 2024 13:03:13 +0100 Subject: [PATCH 2/3] Update build_tests.yaml --- .github/workflows/build_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index b3c6d1e47..7c21a5d19 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -146,6 +146,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" From 7e2d98f24328d97024a0874103c4e9f04fe781ab Mon Sep 17 00:00:00 2001 From: BluValor-2 Date: Thu, 5 Dec 2024 10:18:57 +0100 Subject: [PATCH 3/3] change build test target --- .github/workflows/build_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index 7c21a5d19..4f5b63ebe 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -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.