Skip to content

Commit 4a9faa1

Browse files
committed
style: reason the ignored branch regex patterns skipped
1 parent 36a7511 commit 4a9faa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,15 +518,15 @@ workflows:
518518
release_ref: << pipeline.git.branch >>
519519
filters:
520520
branches:
521-
ignore: "^pull/[0-9]+/head$"
521+
ignore: "^pull/[0-9]+/head$" # Skip fork branches
522522
- e2e-test:
523523
e2e_target_branch: "main"
524524
requires:
525525
- create-github-release-and-artifacts
526526
context: slack-cli-e2e
527527
filters:
528528
branches:
529-
ignore: "^pull/[0-9]+/head$"
529+
ignore: "^pull/[0-9]+/head$" # Skip fork branches
530530

531531
# nightly build will build from main branch nightly at 12:00 am UTC
532532
nightly-build-test-code-sign-deploy:

0 commit comments

Comments
 (0)