Skip to content

Commit f98e6e4

Browse files
committed
add SKIP_LIST to regression env
1 parent a3a8c0b commit f98e6e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ env:
121121
build_sha: ${{ inputs.build_sha }}
122122
pr_number: ${{ github.event.number }}
123123
event_name: ${{ github.event_name }}
124+
SKIP_LIST: ${{ fromJson(inputs.workflow_config).custom_data.ci_exclude_tags || '' }}
124125

125126
jobs:
126127
runner_labels_setup:

0 commit comments

Comments
 (0)