Skip to content

Commit bbb090a

Browse files
committed
bring back skipped indicator
1 parent c4c8216 commit bbb090a

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
@@ -85,7 +85,7 @@ jobs:
8585
- connector: source-pokeapi
8686
cdk_extra: n/a
8787

88-
name: "Check: '${{matrix.connector}}'"
88+
name: "Check: '${{matrix.connector}}'${{ needs.cdk_changes.outputs['src'] == 'false' && '(skipped)' || '' }}"
8989
if: needs.cdk_changes.outputs['src'] == 'true'
9090
permissions:
9191
checks: write

0 commit comments

Comments
 (0)