Skip to content

Commit 4554e76

Browse files
committed
ci: flagship flow - clean inputs (#16666)
(cherry picked from commit 14350da)
1 parent 5ddf283 commit 4554e76

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/_build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Building packages
1+
name: Call building packages
22

33
on:
44
workflow_call:

.github/workflows/_flagship-apps.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration of flagship Apps
1+
name: Call integration of flagship Apps
22

33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
@@ -9,10 +9,6 @@ on:
99
required: false
1010
default: 'PROD'
1111
type: string
12-
checkout:
13-
description: 'Git branch or tag to checkout'
14-
required: true
15-
type: string
1612
workflow_dispatch:
1713
inputs:
1814
environment:
@@ -23,11 +19,6 @@ on:
2319
options:
2420
- PROD
2521
- STAGING
26-
checkout:
27-
description: 'Git branch or tag to checkout'
28-
required: false
29-
type: string
30-
default: 'release/stable'
3122

3223
defaults:
3324
run:
@@ -67,8 +58,6 @@ jobs:
6758

6859
steps:
6960
- uses: actions/checkout@v3
70-
with:
71-
ref: ${{ inputs.checkout }}
7261

7362
- name: basic setup
7463
run: |

.github/workflows/ci-flagship-apps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
test-flagships:
2121
if: github.event.pull_request.draft == false
2222
uses: ./.github/workflows/_flagship-apps.yml
23-
with:
24-
checkout: ${{ github.sha }}
2523
secrets: inherit

0 commit comments

Comments
 (0)