Skip to content

Commit

Permalink
restrict running of github CI jobs without approval
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed May 13, 2024
1 parent 4c4358d commit ffbaf44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ffbaf44

Please sign in to comment.