Skip to content

Commit 8bda927

Browse files
committed
fix if condition
1 parent 9dc2b55 commit 8bda927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/connector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
continue-on-error: true
9696
# Get the monorepo so we can test the connectors
9797
- name: Checkout CDK
98-
if: steps.no_changes.conclusion != 'cancelled'
98+
if: steps.no_changes.outputs.status != 'cancelled'
9999
uses: actions/checkout@v4
100100
with:
101101
path: airbyte-python-cdk

0 commit comments

Comments
 (0)