Skip to content

Commit 7d5e6a2

Browse files
committed
[bfops/pr-approval-check-again]: maybe fix
1 parent 0b78ef8 commit 7d5e6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_approval_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
# See the comment at the top of this file for why we have to do this name dance.
50-
- name: ${{ context.eventName == "merge_group" && "PR approval check" || "Evaluate approval status" }}
50+
- name: ${{ github.event_name == 'merge_group' && 'PR approval check' || 'Evaluate approval status' }}
5151
uses: actions/github-script@v7
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)