Skip to content

Commit

Permalink
build: update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 31, 2024
1 parent 996540f commit 5af1578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/do_not_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
do_not_merge:

# Define job name:
name: 'Check for label'
name: 'Check for Do Not Merge label'

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

0 comments on commit 5af1578

Please sign in to comment.