We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b549b commit 19315e8Copy full SHA for 19315e8
1 file changed
.github/workflows/tests-integration.yml
@@ -49,6 +49,7 @@ jobs:
49
echo "checkout else ${{ github.event.workflow_run.head_sha }}"
50
echo "ref=${{github.event.workflow_run.head_sha}}" >> $GITHUB_OUTPUT
51
fi
52
+ echo "Event: ${{ github.event_name }}, Workflow Input: ${{ github.event.inputs.workflow }}"
53
units:
54
name: Basic units to gate for integration tests
55
runs-on: ubuntu-latest
0 commit comments