ci: flagship flow - clean inputs (#16666)
This commit is contained in:
parent
923a842e9c
commit
14350dad45
|
@ -1,4 +1,4 @@
|
|||
name: Building packages
|
||||
name: Call building packages
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Integration of flagship Apps
|
||||
name: Call integration of flagship Apps
|
||||
|
||||
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
||||
on:
|
||||
|
@ -9,10 +9,6 @@ on:
|
|||
required: false
|
||||
default: 'PROD'
|
||||
type: string
|
||||
checkout:
|
||||
description: 'Git branch or tag to checkout'
|
||||
required: true
|
||||
type: string
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
environment:
|
||||
|
@ -23,11 +19,6 @@ on:
|
|||
options:
|
||||
- PROD
|
||||
- STAGING
|
||||
checkout:
|
||||
description: 'Git branch or tag to checkout'
|
||||
required: false
|
||||
type: string
|
||||
default: 'release/stable'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
@ -67,8 +58,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ inputs.checkout }}
|
||||
|
||||
- name: basic setup
|
||||
run: |
|
||||
|
|
|
@ -20,6 +20,4 @@ jobs:
|
|||
test-flagships:
|
||||
if: github.event.pull_request.draft == false
|
||||
uses: ./.github/workflows/_flagship-apps.yml
|
||||
with:
|
||||
checkout: ${{ github.sha }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in New Issue