ci: flagship flow - clean inputs (#16666)

This commit is contained in:
Jirka Borovec 2023-02-07 20:03:59 +09:00 committed by GitHub
parent 923a842e9c
commit 14350dad45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 15 deletions

View File

@ -1,4 +1,4 @@
name: Building packages
name: Call building packages
on:
workflow_call:

View File

@ -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: |

View File

@ -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