We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358ef4 commit b4d4440Copy full SHA for b4d4440
.github/workflows/connector-tests.yml
@@ -235,10 +235,10 @@ jobs:
235
236
connectors_ci_summary:
237
# This job simply asserts that nothing failed in the matrix.
238
- # This allows us to make this step required while the preceeding
+ # This allows us to make this step required while the preceding
239
# dynamic steps do not need to be individually reported if they
240
# are skipped.
241
- name: Connectors Tests Check (Matrix Summary)
+ name: Connector Tests Completion Check
242
needs: [connectors_ci]
243
runs-on: ubuntu-22.04
244
steps:
0 commit comments