We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65472da commit d264a73Copy full SHA for d264a73
.circleci/src/pipeline/workflows/@main.yml
@@ -309,7 +309,7 @@ linux-x64:
309
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
310
- 'update-v8-snapshot-cache-on-develop'
311
- 'feat/cy-prompt'
312
- context: test-runner:npm-release
+ context: [test-runner:npm-release, org-npm-credentials]
313
requires:
314
- ready-to-release
315
.circleci/src/pipeline/workflows/pull-request.yml
@@ -63,7 +63,7 @@ jobs:
63
- external-pr-build
64
- approve-contributor-pr
65
- verify-release-readiness:
66
67
68
- internal-pr-build
69
0 commit comments