Add job names
This commit is contained in:
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
@@ -22,6 +22,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_bench:
|
build_bench:
|
||||||
|
name: Bench
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -50,6 +51,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
|
|
||||||
build_main:
|
build_main:
|
||||||
|
name: Frappe and ERPNext
|
||||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||||
with:
|
with:
|
||||||
repo: erpnext
|
repo: erpnext
|
||||||
|
|||||||
1
.github/workflows/docker-build-push.yml
vendored
1
.github/workflows/docker-build-push.yml
vendored
@@ -22,6 +22,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
|
|||||||
Reference in New Issue
Block a user