Skip to content

Commit

Permalink
Reorganize workflows into folders (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Nov 28, 2023
1 parent a59e0d7 commit e03b5cd
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Docker Build and Push"
name: "Container Build and Push"

on:
workflow_call:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: "Setup Docker buildx"
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: "Log into registry ${{ env.REGISTRY }}"
- name: "Log into the registry"
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ${{ env.REGISTRY }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "GitHub Pages - Hugo"
name: "Build Hugo site"

on:
workflow_call:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "pre-commit"
name: "Run pre-commit"

on:
workflow_call:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "GitHub Pages - Python Sphinx"
name: "Build Sphinx site"

on:
workflow_call:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "GitHub Pages - Rust doc"
name: "Build Rust doc site"

on:
workflow_call:
Expand Down
File renamed without changes.

0 comments on commit e03b5cd

Please sign in to comment.