File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ jobs:
131
131
needs : [ build, check ]
132
132
steps :
133
133
- uses : actions/checkout@v4
134
+ - uses : ./.github/actions/setup_license
135
+ with :
136
+ runner_provider : ${{ inputs.runner_provider }}
134
137
- uses : ./.github/actions/test_compat_meta_query
135
138
timeout-minutes : 10
136
139
@@ -139,6 +142,9 @@ jobs:
139
142
needs : [ build, check ]
140
143
steps :
141
144
- uses : actions/checkout@v4
145
+ - uses : ./.github/actions/setup_license
146
+ with :
147
+ runner_provider : ${{ inputs.runner_provider }}
142
148
- uses : ./.github/actions/test_compat_fuse
143
149
timeout-minutes : 20
144
150
@@ -147,6 +153,9 @@ jobs:
147
153
needs : [ build, check ]
148
154
steps :
149
155
- uses : actions/checkout@v4
156
+ - uses : ./.github/actions/setup_license
157
+ with :
158
+ runner_provider : ${{ inputs.runner_provider }}
150
159
- uses : ./.github/actions/test_compat_meta_meta
151
160
timeout-minutes : 20
152
161
@@ -163,6 +172,9 @@ jobs:
163
172
needs : [ build, check ]
164
173
steps :
165
174
- uses : actions/checkout@v4
175
+ - uses : ./.github/actions/setup_license
176
+ with :
177
+ runner_provider : ${{ inputs.runner_provider }}
166
178
- uses : ./.github/actions/test_meta_cluster
167
179
timeout-minutes : 10
168
180
You can’t perform that action at this time.
0 commit comments