Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Node

on:
workflow_call:
Expand All @@ -8,8 +8,8 @@ on:
value: ${{ jobs.build.outputs.image-digests }}

jobs:
build:
name: Build
node:
name: Node
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.3
with:
version-package: package.json
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: CI

on:
pull_request:
Expand All @@ -13,6 +13,6 @@ permissions:
packages: write

jobs:
ci:
name: CI
build:
name: Build
uses: ./.github/workflows/build.yaml
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: CI

on:
push:
Expand All @@ -20,11 +20,11 @@ permissions:

jobs:
build:
name: CI
name: Build
uses: ./.github/workflows/build.yaml

promote:
name: CI
name: Promote
needs: build
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
with:
Expand Down