Skip to content

Commit 02b666f

Browse files
authored
Update cli_test_e2e.yml
make cli e2e tests only run when merged to develop branch. Since it needs access to repo secrets they are not suitable to be run on pull requests
1 parent e31d2cd commit 02b666f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cli_test_e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Cli e2e tests
22
on:
33
push:
4-
pull_request:
5-
types: [opened, reopened]
4+
branches: [ 'develop' ]
65

76
jobs:
87
build:

0 commit comments

Comments
 (0)