Skip to content

Commit 075747c

Browse files
authored
e2e CI check (#964)
* Skip e2e_test_as_node_module for fork PR
1 parent 35ea84a commit 075747c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ workflows:
8282
jobs:
8383
- e2e_test_as_node_module:
8484
name: E2E tests as Node module
85+
filters:
86+
branches:
87+
ignore: /pull\/[0-9]+/ # Forked pull requests
8588
- e2e_test_as_cli:
8689
name: E2E tests as CLI
8790
filters:

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ config*.json
1010
.npmrc
1111
yarn-error.log
1212
*.pem
13-
*.pub
13+
*.pub
14+
Makefile

0 commit comments

Comments
 (0)