Skip to content

Commit

Permalink
Merge pull request #5678 from alphagov/bk-task-names
Browse files Browse the repository at this point in the history
Frontload workflow names
  • Loading branch information
domoscargin authored Jan 31, 2025
2 parents 5c90ed5 + 73895e6 commit df5c38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-to-github.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'RELEASE: Publish to GitHub'
name: 'RELEASE: GitHub release'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'RELEASE: Publish to npm'
name: 'RELEASE: npm publish'

on:
workflow_dispatch:
Expand Down

0 comments on commit df5c38f

Please sign in to comment.