Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/src/pipeline/workflows/@main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ linux-x64:
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
- 'update-v8-snapshot-cache-on-develop'
- 'feat/cy-prompt'
context: test-runner:npm-release
context: [test-runner:npm-release, org-npm-credentials]
requires:
- ready-to-release

Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/pipeline/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- external-pr-build
- approve-contributor-pr
- verify-release-readiness:
context: test-runner:npm-release
context: [test-runner:npm-release, org-npm-credentials]
requires:
- internal-pr-build
- external-pr-build
Expand Down
Loading