Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build-packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Building packages
name: Call building packages

on:
workflow_call:
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/_flagship-apps.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -67,8 +58,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.checkout }}

- name: basic setup
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-flagship-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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