Skip to content

Commit 192cc50

Browse files
committed
wip
1 parent 5f5c273 commit 192cc50

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ on:
88
jobs:
99
call-dev-workflow:
1010
uses: ./.github/workflows/dev.yml
11-
# - name: Upload artifact
12-
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
13-
# with:
14-
# name: binaries
15-
# path: .musl-build/ngx_http_datadog_module.so
11+
secrets: inherit
12+
permissions:
13+
contents: read
14+
packages: write
1615

1716
system-tests:
18-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
17+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
1918
secrets: inherit
2019
permissions:
2120
contents: read
@@ -26,7 +25,7 @@ jobs:
2625
desired_execution_time: 300 # 5 minutes
2726
scenarios_groups: appsec
2827
scenarios: DEFAULT
29-
excluded_scenarios: INTEGRATIONS # no test activated, and long warm-up
28+
excluded_scenarios: PARAMETRIC # no test activated, and long warm-up
3029
skip_empty_scenarios: true
3130

3231
# Ensure the main job is run to completion

0 commit comments

Comments
 (0)