2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 15:48:34 +00:00

Update workflow names

This commit is contained in:
Lev Vereshchagin 2022-02-08 16:10:20 +03:00
parent 7e562d7855
commit 4f07e8ee6a
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,6 @@ on:
jobs: jobs:
build: build:
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

@ -54,6 +54,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
update_example_env: update_example_env:
name: Update example.env
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
needs: v13 needs: v13
@ -88,6 +89,7 @@ jobs:
fi fi
release_helm: release_helm:
name: Release Helm
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
needs: v13 needs: v13