Skip to content

Commit

Permalink
allow running helm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chotiwat committed Oct 29, 2024
1 parent bb56af1 commit b4ea265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
id: install
- name: Package Helm Chart
if: ${{ github.repository == 'kubernetes-sigs/scheduler-plugins' }}
if: ${{ github.repository == 'blend/scheduler-plugins' }}
run: |
helm package ./manifests/install/charts/as-a-second-scheduler
- name: Upload to Release
Expand Down

0 comments on commit b4ea265

Please sign in to comment.