Skip to content

Commit 0175363

Browse files
committed
Add nightly system-tests configuration
Run the tracer_release scenario group on schedule and push to main, keep appsec for pull requests. Upload all results to Test Optimization. Made-with: Cursor
1 parent 6fd23fc commit 0175363

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/system_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- "**"
1010

11+
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest
@@ -34,5 +35,6 @@ jobs:
3435
with:
3536
library: python_lambda
3637
binaries_artifact: binaries
37-
scenarios_groups: appsec
38+
scenarios_groups: ${{ github.event_name == 'push' && 'tracer_release' || 'appsec' }}
3839
skip_empty_scenarios: true
40+
push_to_test_optimization: true

0 commit comments

Comments
 (0)