Skip to content

Commit 0abbc08

Browse files
committed
fix(ci): limiting payload to 10 props
1 parent 1a34b23 commit 0abbc08

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
event_type: 'igniteui-angular-samples-cd',
6262
client_payload: {
6363
repository: "${{ github.repository }}",
64-
run_id: "${{ github.run_id }}",
6564
calling_branch: "${{ env.BRANCH_REF }}",
6665
custom_command: "${{ matrix.custom_command }}",
6766
submodule_dir: "${{ matrix.submodule_dir }}",
@@ -70,10 +69,6 @@ jobs:
7069
npm_build_command: "${{ matrix.npm_build_command }}",
7170
repositoryfy: ${{ matrix.repositoryfy }},
7271
repositoryfy_command: "${{ matrix.repositoryfy_command }}",
73-
ref: "${{ github.ref }}",
74-
sha: "${{ github.sha }}",
75-
branch: '${{ github.ref_name }}',
76-
unit: false,
77-
integration: true
72+
ref: "${{ github.ref }}"
7873
}
7974
});

0 commit comments

Comments
 (0)