diff --git a/.github/workflows/adf_alpha.yml b/.github/workflows/adf_alpha.yml index 5a5cd326f2..8fb76f3251 100644 --- a/.github/workflows/adf_alpha.yml +++ b/.github/workflows/adf_alpha.yml @@ -65,10 +65,15 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - name: install NPM + uses: actions/setup-node@v3 + with: + node-version: 14 + cache-dependency-path: package-lock.json - name: Trigger Alpha ADF child build shell: bash if: ${{ contains(github.event.head_commit.message, '[trigger adf]') || inputs.cluster_operation == 'TRIGGER_ALPHA_ADF' || github.event.schedule == '0 12 * * *' }} - run: | - npm install github-api - ./scripts/travis/update/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GH_TOKEN -v alpha -c $TRAVIS_COMMIT -d + run: | + npm install github-api + ./scripts/travis/update/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GH_TOKEN -v alpha -c $TRAVIS_COMMIT \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 01faa0b804..aa2e31e29c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,7 +7,7 @@ on: description: 'enable dry-run on artifact push' required: false type: boolean - default: true + default: true pull_request: types: [opened, synchronize, reopened] branches: