Skip to content

Commit 8b7b4e5

Browse files
authored
ci: skip empty scenarios only on pull_request (#817)
1 parent 619a1d5 commit 8b7b4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/system_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
library: python_lambda
3737
binaries_artifact: binaries
3838
scenarios_groups: tracer_release
39-
skip_empty_scenarios: true
39+
skip_empty_scenarios: ${{ github.event_name == 'pull_request' }}
4040
push_to_test_optimization: true

0 commit comments

Comments
 (0)