From d6b1973ae3c756971f61a2d60b3d72e487772ce5 Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Sun, 25 Feb 2024 13:20:38 -0700 Subject: [PATCH] add pi cluster to job --- .github/workflows/nas-restart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nas-restart.yaml b/.github/workflows/nas-restart.yaml index ae367f7a8d..cf6cc52c52 100644 --- a/.github/workflows/nas-restart.yaml +++ b/.github/workflows/nas-restart.yaml @@ -12,7 +12,7 @@ runs-on: ["arc-runner-set-home-ops"] strategy: matrix: - cluster: ["teyvat"] + cluster: ["teyvat", "pi"] steps: - name: Get Secrets uses: bitwarden/sm-action@v2