diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index fb9e811e40..d625009ec6 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: ./.github/actions/download-build-artifacts + # - uses: ./.github/actions/download-build-artifacts # - uses: ./.github/actions/npm-check-bundle - name: Check npm bundle run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 30333d63bc..fe5fbe3af6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,6 +8,8 @@ on: - master - develop-patch* - master-patch* + schedule: + - cron: '0 8 * * *' env: BASE_REF: ${{ github.base_ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3332685c89..fef5fe34b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,6 @@ jobs: - name: release run: ./scripts/travis/release/release-npm.sh - npm-check-bundle: needs: [npm-release] timeout-minutes: 10 @@ -167,7 +166,4 @@ jobs: with: fetch-depth: 0 - uses: ./.github/actions/download-build-artifacts - - 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 \ No newline at end of file