Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Nov 6, 2024
1 parent 83c5136 commit ecb5061
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pages.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Pages
name: Documentation

on:
push:
Expand All @@ -8,19 +8,15 @@ on:
- custom.css
- docs/**
- proto/**
- .github/workflows/pages.yml
- .github/workflows/docs.yml
pull_request:
branches: ["main"]
paths:
- book.toml
- custom.css
- docs/**
- proto/**
- .github/workflows/pages.yml

concurrency:
group: pages
cancel-in-progress: false
- .github/workflows/docs.yml

jobs:
build:
Expand Down Expand Up @@ -63,6 +59,9 @@ jobs:
pages: write
id-token: write

concurrency:
group: pages

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/buf.yml → .github/workflows/proto.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Buf
name: Protocol Buffers

on:
push:
Expand All @@ -7,14 +7,14 @@ on:
paths:
- buf.yaml
- proto/**
- .github/workflows/buf.yml
- .github/workflows/proto.yml
pull_request:
branches:
- main
paths:
- buf.yaml
- proto/**
- .github/workflows/buf.yml
- .github/workflows/proto.yml

jobs:
check:
Expand Down

0 comments on commit ecb5061

Please sign in to comment.