Skip to content

Commit 9ff5103

Browse files
authored
Log previous run ID in workflow. (#785)
1 parent a878d07 commit 9ff5103

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121
run: pip install -r scripts/gha/requirements.txt
122122
- id: matrix_config
123123
run: |
124+
# Log that we ran against a given packaged SDK.
125+
if [[ -n "${{ github.event.inputs.packaged_sdk_run_id }}" ]]; then
126+
echo "::warning ::Downloading package from previous run: https://github.com/${{github.repository}}/actions/runs/${{ github.event.inputs.packaged_sdk_run_id }}"
127+
fi
124128
if [[ "${{ steps.set_outputs.outputs.requested_tests }}" == "expanded" ]]; then
125129
TEST_MATRIX_PARAM=-m=expanded
126130
echo "::warning ::Running on the expanded matrix"

0 commit comments

Comments
 (0)