From 24e85db09730b14d59ff6b43cfd5d741f83445f0 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Thu, 13 Aug 2026 18:01:39 +0530 Subject: [PATCH] debug: add back a conditional step to isolate the failure further --- .forgejo/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 7d2462b..6fb29ae 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -47,3 +47,7 @@ jobs: - name: Debug echo after check run: echo "check.outputs.run was ${{ steps.check.outputs.run }}" + + - name: Debug conditional step + if: steps.check.outputs.run == 'true' + run: echo "conditional step ran"