Skip to content

Bump tar and @angular/cli in /e2e/embedding-sdk-host-apps/angular-20-host-app #37

Bump tar and @angular/cli in /e2e/embedding-sdk-host-apps/angular-20-host-app

Bump tar and @angular/cli in /e2e/embedding-sdk-host-apps/angular-20-host-app #37

name: Uberjar Containerize labeled
on:
pull_request:
types: [ labeled, opened, synchronize, reopened ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
uberjar:
if: ${{ contains(github.event.pull_request.labels.*.name, 'build-docker-uberjar') || github.event.label.name == 'build-docker-uberjar' }}
uses: ./.github/workflows/uberjar.yml
secrets: inherit
containerize:
needs: [uberjar]
if: ${{ contains(github.event.pull_request.labels.*.name, 'build-docker-uberjar') || github.event.label.name == 'build-docker-uberjar' }}
uses: ./.github/workflows/containerize-uberjar.yml
secrets: inherit