Skip to content

Commit

Permalink
Merge pull request #11 from arkedge/rename-workflows
Browse files Browse the repository at this point in the history
Refactor: rename workflows
  • Loading branch information
sankichi92 authored Nov 6, 2024
2 parents 83c5136 + 6036619 commit 83dd305
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 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
8 changes: 4 additions & 4 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,17 +7,17 @@ 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:
buf:
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 83dd305

Please sign in to comment.