ci: Add condition to execute CI workflow for release package. (#3298)
This commit is contained in:
parent
70d847e74a
commit
4e6b7398b2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -36,6 +36,7 @@ env:
|
|||
|
||||
jobs:
|
||||
ci:
|
||||
if: ${{ github.event.inputs.release_package_base == true || github.event.inputs.release_package_main == true }}
|
||||
name: CI
|
||||
uses: ./.github/workflows/ci.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue