From 6824cdfcda462ca7badb80fb3e6c5c7311e9327a Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Wed, 13 Nov 2024 01:36:40 -0500 Subject: [PATCH] update owner --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0145ddc..a7bfd1f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ on: jobs: linux: runs-on: ubuntu-latest - if: github.repository_owner == 'wandb' + if: github.repository_owner == 'ctrlplanedev' steps: - name: Checkout uses: actions/checkout@v4