From 685868992e712050174099fb0217993b2a9cd20d Mon Sep 17 00:00:00 2001 From: Vladimir Belitskiy Date: Wed, 11 Feb 2026 18:04:49 +0000 Subject: [PATCH] Check the contents of various refs. --- .github/workflows/wait-for-connection-test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/wait-for-connection-test.yaml b/.github/workflows/wait-for-connection-test.yaml index e967efe5..51faa61b 100644 --- a/.github/workflows/wait-for-connection-test.yaml +++ b/.github/workflows/wait-for-connection-test.yaml @@ -42,8 +42,15 @@ jobs: with: persist-credentials: false - name: Echo + env: + GITHUB_REF: ${{ github.ref }} + GITHUB_HEAD_REF: ${{ github.head_ref }} + GITHUB_REF_NAME: ${{ github.ref_name }} run: | echo "Real job here..." + echo " GITHUB_REF: $GITHUB_REF" + echo "GITHUB_HEAD_REF: $GITHUB_HEAD_REF" + echo "GITHUB_REF_NAME: $GITHUB_REF_NAME" # Halt for connection if workflow dispatch is told to or if it is a retry with the label halt_on_retry - name: Wait For Connection uses: ./ci_connection/