We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e946cf commit 4597c3cCopy full SHA for 4597c3c
1 file changed
.github/workflows/connector-tests.yml
@@ -126,9 +126,11 @@ jobs:
126
ref: master
127
path: airbyte
128
- name: Get tool versions
129
+ if: steps.no_changes.outputs.status != 'cancelled'
130
uses: marocchino/tool-versions-action@v1
131
id: tool-versions
132
- name: Set up Python
133
134
uses: actions/setup-python@v5
135
with:
136
python-version: ${{ steps.tool-versions.outputs.python }}
0 commit comments