mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-11 11:11:53 +02:00
ci(plugin-repo): Run workflow for plugin repositories
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -13,6 +13,8 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
@ -49,4 +51,15 @@ jobs:
|
|||||||
uses: ./.github/workflows/child_repos.yml
|
uses: ./.github/workflows/child_repos.yml
|
||||||
with:
|
with:
|
||||||
BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }}
|
BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }}
|
||||||
OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || github.head_ref || github.sha}}
|
OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || github.head_ref || github.sha}}
|
||||||
|
|
||||||
|
plugin_repos:
|
||||||
|
needs: [check_pr_status, formatter]
|
||||||
|
if: needs.check_pr_status.outputs.branch-pr == ''
|
||||||
|
uses: bec-project/bec/.github/workflows/plugin_repos.yml@main
|
||||||
|
with:
|
||||||
|
BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }}
|
||||||
|
OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || github.head_ref || github.sha}}
|
||||||
|
|
||||||
|
secrets:
|
||||||
|
GH_READ_TOKEN: ${{ secrets.GH_READ_TOKEN }}
|
Reference in New Issue
Block a user