From ffbaf443035899a40967f8175efd4a25d224c09e Mon Sep 17 00:00:00 2001 From: itsankit-google Date: Mon, 13 May 2024 17:01:22 +0000 Subject: [PATCH] restrict running of github CI jobs without approval --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd8a0c78af8..481d3e0cae4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,9 @@ name: Build with Unit and Integration Tests on: workflow_run: workflows: - - Trigger build + - Trigger build types: - - completed + - completed workflow_dispatch: inputs: branch: @@ -66,13 +66,13 @@ jobs: cd ../cdap mv pom.xml .. - - name: Download CDAP Sandbox and Start it + - name: Download CDAP Sandbox and Start it run: | cd sandboxjs python3 sandbox_starter.py - + - name: Install UI Dependencies - run: | + run: | npm install -g yarn # Install Yarn globally yarn --frozen-lockfile yarn run bower-root # Install Bower dependencies (deprecated in develop branch, will be removed in a future version)