diff --git a/.github/workflows/_build-packages.yml b/.github/workflows/_build-packages.yml index e2dd3e6423..d0c14f8d33 100644 --- a/.github/workflows/_build-packages.yml +++ b/.github/workflows/_build-packages.yml @@ -1,4 +1,4 @@ -name: Building packages +name: Call building packages on: workflow_call: diff --git a/.github/workflows/_flagship-apps.yml b/.github/workflows/_flagship-apps.yml index 5e7df1659e..2a883b71d7 100644 --- a/.github/workflows/_flagship-apps.yml +++ b/.github/workflows/_flagship-apps.yml @@ -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: | diff --git a/.github/workflows/ci-flagship-apps.yml b/.github/workflows/ci-flagship-apps.yml index 007a14b17a..6b432995a0 100644 --- a/.github/workflows/ci-flagship-apps.yml +++ b/.github/workflows/ci-flagship-apps.yml @@ -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