From 7a42bb3e19143938da0180864f5ea60942f28f1c Mon Sep 17 00:00:00 2001 From: forest-extension-admin Date: Sun, 21 Jan 2024 17:06:33 +0900 Subject: [PATCH] [CI] Deploy CI --- .github/workflows/dispatch_plugin_template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dispatch_plugin_template.yaml b/.github/workflows/dispatch_plugin_template.yaml index 49bfd2f..9f2bb55 100644 --- a/.github/workflows/dispatch_plugin_template.yaml +++ b/.github/workflows/dispatch_plugin_template.yaml @@ -16,6 +16,12 @@ env: WORKFLOW_NAME: dispatch_apply_plugin_template.yaml jobs: + owner_check: + if: github.repository_owner == 'forest-extension' + runs-on: ubuntu-latest + steps: + - run: echo ${{ github.repository_owner }} + pull_plugin_template: runs-on: ubuntu-latest needs: owner_check