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

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