We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619a1d5 commit 8b7b4e5Copy full SHA for 8b7b4e5
1 file changed
.github/workflows/system_tests.yml
@@ -36,5 +36,5 @@ jobs:
36
library: python_lambda
37
binaries_artifact: binaries
38
scenarios_groups: tracer_release
39
- skip_empty_scenarios: true
+ skip_empty_scenarios: ${{ github.event_name == 'pull_request' }}
40
push_to_test_optimization: true
0 commit comments