2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 00:37:53 +00:00

Add job names

This commit is contained in:
Lev Vereshchagin 2021-12-17 11:56:00 +03:00
parent c5f00a6d88
commit a600851ea0
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -22,6 +22,7 @@ on:
jobs: jobs:
build: build:
name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
registry: registry: