diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml index 7888a5bd2295..753a278f697f 100644 --- a/.github/workflows/extended.yml +++ b/.github/workflows/extended.yml @@ -68,6 +68,8 @@ jobs: github.event_name == 'push' || (github.event_name == 'issue_comment' && github.event.issue.pull_request && github.event.comment.body == 'run extended tests') steps: + - run: | + echo "Ref: ${{ github.ref }}" - uses: actions/checkout@v4 with: # Check out the pull request branch if triggered by a comment