diff --git a/.github/workflows/pr-compliance.yaml b/.github/workflows/pr-compliance.yaml index 30bc9136..c31fe684 100644 --- a/.github/workflows/pr-compliance.yaml +++ b/.github/workflows/pr-compliance.yaml @@ -1,7 +1,9 @@ name: Pull-Request Compliance on: - pull_request: + workflow_call: workflow_dispatch: + pull_request: + types: [opened, edited, reopened] jobs: check-pr-title: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cc3a5909..5cdb2d5a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,22 @@ on: - JJ - KK - LL + workflow_call: + inputs: + component: + required: true + type: string + channel: + required: true + type: string + overall_version: + required: true + type: string + secrets: + GIT_HUB_TOKEN: + required: true + CACHIX_AUTH_TOKEN: + required: false env: CI_CHANNEL: ${{ inputs.channel }}