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