Skip to content

Commit

Permalink
Merge pull request #125 from linkorb/disable-helm-workflows-0000
Browse files Browse the repository at this point in the history
feat: conditional helm workflow generation #0000
  • Loading branch information
mhitza authored Feb 10, 2025
2 parents 49d2deb + 90c8e1a commit 5a60c3c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tasks/other-dev-generated-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,21 @@
workflow_group: "10"
- target: 30-release-and-build.yaml
workflow_group: "30"
- target: 40-helm.yaml
workflow_group: "40"
- target: 50-security.yaml
workflow_group: "50"
- target: 90-cleanup.yaml
workflow_group: "90"

- name: generate helm charts workflow
when: repo.helm_charts
ansible.builtin.template:
src: "./templates/.github/workflows/40-helm.yaml.j2"
dest: "{{ repo_path + '/.github/workflows/40-helm.yaml' }}"
variable_start_string: '[['
variable_end_string: ']]'
vars:
workflow_group: "40"

- name: generate .dockerignore
ansible.builtin.template:
src: ./templates/.dockerignore.j2
Expand Down

0 comments on commit 5a60c3c

Please sign in to comment.