Skip to content

Commit 8490124

Browse files
author
Ware, Joseph (DLSLtd,RAL,LSCI)
committed
Run Helm job when tagged
1 parent 3e9133c commit 8490124

File tree

1 file changed

+7
-0
lines changed
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

1 file changed

+7
-0
lines changed

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
permissions:
4242
contents: read
4343
packages: write
44+
{% endif %}{% if helm %}
45+
helm:
46+
needs: container
47+
uses: ./.github/workflows/_helm.yml
48+
permissions:
49+
contents: read
50+
packages: write
4451
{% endif %}{% if sphinx %}
4552
docs:
4653
needs: check

0 commit comments

Comments
 (0)