Skip to content

Commit ca0bf50

Browse files
committed
fix if condition
1 parent 504d286 commit ca0bf50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/connector-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
poetry-version: "2.0.1"
138138

139139
- name: Get Connector Language
140+
if: steps.no_changes.outputs.status != 'cancelled'
140141
working-directory: airbyte/airbyte-integrations/connectors/${{ matrix.connector }}
141142
run: |
142143
# Get the language of the connector from the metadata file

0 commit comments

Comments
 (0)