Skip to content

Commit

Permalink
chore(github): clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 27, 2024
1 parent ffaab76 commit 969373a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-repository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
sync:
name: Helm Repository Sync
name: Flux Helm Repository Sync
runs-on: ["gha-runner-scale-set"]
steps:
- name: Generate Token
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: echo "${{ steps.changed-files.outputs.all_changed_and_modified_files }}"

- if: ${{ github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
name: Sync HelmRepository
name: Sync Helm Repository
env:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
shell: bash
Expand All @@ -78,7 +78,7 @@ jobs:
done
- if: ${{ github.event.inputs.helmRepoNamespace != '' && github.event.inputs.helmRepoName != '' }}
name: Sync HelmRepository
name: Sync Helm Repository
env:
KUBECONFIG: ${{ steps.kubeconfig.outputs.filePath }}
shell: bash
Expand Down

0 comments on commit 969373a

Please sign in to comment.