Skip to content

Commit

Permalink
Debug check-merge-freeze job (#12049)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Jan 7, 2025
1 parent 5937a7a commit 758924c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-merge-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ on:
permissions: read-all

jobs:
debug-merge-freeze:
name: Debug
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: "echo github.event.pull_request.title: ${{ github.event.pull_request.title }}, github.event.pull_request.user.name: ${{ github.event.pull_request.user.name }}"

check-merge-freeze:
name: Check
# This condition is to avoid blocking the PR causing the freeze in the first place.
Expand Down

0 comments on commit 758924c

Please sign in to comment.