Skip to content

Commit fc994a4

Browse files
authored
Merge pull request #1269 from PHPCSStandards/feature/ghactions-job-names
GH Actions: ensure all jobs have a name
2 parents 18e9e60 + 7185172 commit fc994a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
build:
2626
# Don't run on forks.
2727
if: github.event.repository.fork == false
28+
29+
name: "Build the website"
2830
runs-on: ubuntu-latest
2931
steps:
3032
# By default use the `gh-pages` branch.

0 commit comments

Comments
 (0)