Skip to content

Commit af16a6b

Browse files
ogabrielluiznicoloboschi
authored andcommitted
ci: add debug info (langflow-ai#2957)
* ci: add debug info * fix: change echo commands (cherry picked from commit ca98103)
1 parent 0dc6fbf commit af16a6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
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') }}
3535
steps:
3636
# Do anything just to make the job run
37-
- run: echo "Set CI Condition"
37+
- run: echo "Debug CI Condition"
38+
- run: echo "Labels -> ${{ join(github.event.pull_request.labels.*.name, ',') }}"
39+
- run: echo "IsDraft -> ${{ github.event.pull_request.draft }}"
40+
- run: echo "Event name -> ${{ github.event_name }}"
3841
path-filter:
3942
needs: set-ci-condition
4043
if: ${{ needs.set-ci-condition.outputs.should-run-ci == 'true' }}

0 commit comments

Comments
 (0)