bug: debug nightly build (#9263)
This commit is contained in:
parent
20343ea5f9
commit
8e892a2f88
1 changed files with 12 additions and 0 deletions
12
.github/workflows/cross-platform-test.yml
vendored
12
.github/workflows/cross-platform-test.yml
vendored
|
|
@ -20,6 +20,18 @@ on:
|
|||
type: string
|
||||
|
||||
jobs:
|
||||
debug-context:
|
||||
name: Debug Context
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Debug workflow context
|
||||
run: |
|
||||
echo "Event name: ${{ github.event_name }}"
|
||||
echo "Langflow version input: '${{ inputs.langflow-version }}'"
|
||||
echo "Base artifact name: '${{ inputs.base-artifact-name }}'"
|
||||
echo "Main artifact name: '${{ inputs.main-artifact-name }}'"
|
||||
echo "Should build condition: ${{ github.event_name == 'workflow_dispatch' && inputs.langflow-version == '' }}"
|
||||
|
||||
build-if-needed:
|
||||
name: Build Packages (if no artifacts provided)
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue