From 172bd99eecfb9645c46961ebae5f1fea2c0740ba Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 3 Oct 2024 19:06:10 +0200 Subject: [PATCH] check why we need this part --- .github/workflows/self-comment-slow-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 9763f7b6199192..11b355ff8c008f 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -26,6 +26,7 @@ jobs: - name: Trigger specific job run: | echo "${{ github.head_ref }}" + echo "${{ github.ref }}" # - name: Set up GitHub CLI # uses: actions/checkout@v4