Skip to content

Commit 3995c5b

Browse files
authored
make tests run for external pr as well (#1379)
* Update cli_test.yml make tests run for external pr as well * Update libs_test.yml * Update tasks_run_test.yml
1 parent 37bb7b8 commit 3995c5b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/cli_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Cli tests
22
on:
33
push:
44
pull_request:
5-
types: [opened, reopened]
65

76
jobs:
87

.github/workflows/libs_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches: [ 'develop' ]
55
pull_request:
6-
types: [opened, reopened]
76

87
jobs:
98

.github/workflows/tasks_run_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Tasks run tests
22
on:
33
push:
44
pull_request:
5-
types: [opened, reopened]
65

76
jobs:
87

0 commit comments

Comments
 (0)