Skip to content

Commit 94c982f

Browse files
authored
chore: require internal pr builds only for packaging artifacts (#32940)
* chore: require internal pr builds only for packaging artifacts * ignore contributor prs for create-and-trigger-packaging-artifacts
1 parent 4010650 commit 94c982f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/src/pipeline/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,10 @@ jobs:
317317
- publish-binary
318318
requires:
319319
- node_modules_install
320-
- approve-contributor-pr
321320
- internal-pr-build
322-
- external-pr-build
321+
filters:
322+
branches:
323+
ignore: /^pull\/[0-9]+/
323324
- wait-for-binary-publish:
324325
type: approval
325326
requires:

0 commit comments

Comments
 (0)