From c53e92c00d3d8c3c1de436a7bdb65eb222644b40 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 16:42:03 +0100 Subject: [PATCH] devel: pipe. removed depth0, use action --- .github/workflows/cron.yml | 8 +++----- .github/workflows/release.yml | 7 +------ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 91bf9344f6..4210237fe5 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -50,9 +50,9 @@ env: NODE_OPTIONS: "--max-old-space-size=5120" jobs: - run-e2e: - uses: ./.github/workflows/pull-request.yml - secrets: inherit + # run-e2e: + # uses: ./.github/workflows/pull-request.yml + # secrets: inherit release: uses: ./.github/workflows/release.yml secrets: inherit @@ -64,6 +64,4 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/npm-check-bundle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12f7cadb33..423c426048 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,9 +134,4 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Check npm bundle - run: | - export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) - ./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION} + - uses: ./.github/actions/npm-check-bundle