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:
|
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
|
||||||
|
|||||||
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user