Skip to content

Commit 1319a08

Browse files
committed
explicit completion
1 parent aefa533 commit 1319a08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: git branch --track master origin/master
6060
if: ${{ github.event_name == 'pull_request' }}
6161
- run: |
62-
npx nx-cloud start-ci-run --distribute-on="3 windows-medium-js"
62+
npx nx-cloud start-ci-run --distribute-on="3 windows-medium-js" --require-explicit-completion
6363
- uses: browser-actions/setup-chrome@v1
6464
- name: Use Node.js ${{ env.node_version }}
6565
uses: actions/setup-node@v2
@@ -80,3 +80,4 @@ jobs:
8080
- run: yarn nx affected --targets="test,build" --configuration=ci --exclude=nx-console
8181
- run: yarn nx affected --targets="e2e,e2e-ci" --configuration=ci --exclude=nx-console --parallel=1
8282
timeout-minutes: 45
83+
- run: npx nx-cloud complete-ci-run

0 commit comments

Comments
 (0)