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 504d286 commit ca0bf50Copy full SHA for ca0bf50
.github/workflows/connector-tests.yml
@@ -137,6 +137,7 @@ jobs:
137
poetry-version: "2.0.1"
138
139
- name: Get Connector Language
140
+ if: steps.no_changes.outputs.status != 'cancelled'
141
working-directory: airbyte/airbyte-integrations/connectors/${{ matrix.connector }}
142
run: |
143
# Get the language of the connector from the metadata file
0 commit comments