Skip to content

Commit 5af1578

Browse files
committed
build: update job name
1 parent 996540f commit 5af1578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/do_not_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
do_not_merge:
3232

3333
# Define job name:
34-
name: 'Check for label'
34+
name: 'Check for Do Not Merge label'
3535

3636
# Only run this job if the pull request has a "Do Not Merge" label:
3737
if: ${{ contains(github.event.*.labels.*.name, 'Do Not Merge') }}

0 commit comments

Comments
 (0)