Skip to content

Commit

Permalink
Clarify the name of this job
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Mar 3, 2024
1 parent 18152f9 commit 4256630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request: {}

jobs:
build:
build-validate:
env:
# ruby/setup-ruby@v1 does not offer a way to change the cached gems path.
# See https://github.com/ruby/setup-ruby/issues/291
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
needs: build
needs: build-validate
if: ${{ github.ref == 'refs/heads/main' }}

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

0 comments on commit 4256630

Please sign in to comment.