Skip to content

Commit e516c63

Browse files
committed
Clarify the name of this job
1 parent 40e9191 commit e516c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request: {}
88

99
jobs:
10-
build:
10+
build-validate:
1111
env:
1212
# ruby/setup-ruby@v1 does not offer a way to change the cached gems path.
1313
# See https://github.com/ruby/setup-ruby/issues/291
@@ -44,7 +44,7 @@ jobs:
4444
deploy:
4545
name: Deploy to GitHub Pages
4646
runs-on: ubuntu-latest
47-
needs: build
47+
needs: build-validate
4848
if: ${{ github.ref == 'refs/heads/main' }}
4949

5050
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.

0 commit comments

Comments
 (0)