mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 12:26:01 +08:00
ci: add debug info (#2957)
* ci: add debug info * fix: change echo commands
This commit is contained in:
committed by
GitHub
parent
e0a0242d7a
commit
ca98103af4
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -34,7 +34,10 @@ jobs:
|
||||
should-run-ci: ${{ (contains( github.event.pull_request.labels.*.name, 'lgtm') && github.event.pull_request.draft == false) || (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call') }}
|
||||
steps:
|
||||
# Do anything just to make the job run
|
||||
- run: echo "Set CI Condition"
|
||||
- run: echo "Debug CI Condition"
|
||||
- run: echo "Labels -> ${{ join(github.event.pull_request.labels.*.name, ',') }}"
|
||||
- run: echo "IsDraft -> ${{ github.event.pull_request.draft }}"
|
||||
- run: echo "Event name -> ${{ github.event_name }}"
|
||||
path-filter:
|
||||
needs: set-ci-condition
|
||||
if: ${{ needs.set-ci-condition.outputs.should-run-ci == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user