Skip to content

Commit

Permalink
chore(ci): rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 10, 2024
1 parent e514774 commit 8d1f1e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: CI

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy website
name: Website

on:
push:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build:
name: Build website
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -46,7 +46,7 @@ jobs:
path: ./website

deploy:
name: Deploy website
name: Deploy
needs: build
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 8d1f1e9

Please sign in to comment.