Skip to content

Commit b5831ea

Browse files
authored
Run examples integration tests only pre-merge (#1235)
1 parent 68fba2b commit b5831ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/examples-integration-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ name: Examples Integration Test
55
# integrated validation functionality.
66

77
on:
8-
push:
9-
branches: [ main, develop ]
10-
paths:
11-
- 'examples/**/*.py'
12-
- 'agentops/**'
13-
- '.github/workflows/examples-integration-test.yml'
148
pull_request:
159
branches: [ main, develop ]
1610
paths:
1711
- 'examples/**/*.py'
1812
- 'agentops/**'
1913
- '.github/workflows/examples-integration-test.yml'
14+
types: [opened, reopened, ready_for_review]
2015
workflow_dispatch:
2116

2217
env:

0 commit comments

Comments
 (0)