Update workflow names
This commit is contained in:
1
.github/workflows/build_develop.yml
vendored
1
.github/workflows/build_develop.yml
vendored
@@ -22,7 +22,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Frappe and ERPNext
|
||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||
with:
|
||||
repo: erpnext
|
||||
|
||||
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
update_example_env:
|
||||
name: Update example.env
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
needs: v13
|
||||
@@ -88,6 +89,7 @@ jobs:
|
||||
fi
|
||||
|
||||
release_helm:
|
||||
name: Release Helm
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
needs: v13
|
||||
|
||||
Reference in New Issue
Block a user