Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
forest-extension-admin committed Jan 21, 2024
1 parent 0bd43a2 commit 7a42bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dispatch_plugin_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a42bb3

Please sign in to comment.