Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidrylko committed Apr 21, 2024
1 parent 7ed8e7d commit 39b5b44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ defaults:

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
path: ./public

deploy:
name: Deploy
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -70,6 +72,7 @@ jobs:
uses: actions/deploy-pages@v4

notify:
name: Notify
runs-on: ubuntu-latest
needs: deploy
if: "contains(github.event.head_commit.message, '[notify]')"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ defaults:
shell: bash

jobs:
checks:
check:
name: Check
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 39b5b44

Please sign in to comment.