Skip to content

Commit

Permalink
ci: debug job output
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 25, 2024
1 parent c31ccb5 commit c4d0b0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e_test_for_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
done
echo $needToRunTests
echo NEED_TO_RUN_TESTS=${needToRunTests} >> $GITHUB_OUTPUT
debug-job:
name: debug job
runs-on: ubuntu-latest
steps:
- name: Debug output
run: echo "NEED_TO_RUN_TESTS=${{ needs['check-changed-files'].outputs.NEED_TO_RUN_TESTS }}"

run-e2e-for-topic-branch:
if: needs['check-changed-files'].outputs.NEED_TO_RUN_TESTS == 'true'
permissions:
Expand Down

0 comments on commit c4d0b0e

Please sign in to comment.