Skip to content

Commit

Permalink
Skip dependency releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-cosbuc committed Dec 13, 2023
1 parent 6ddf86b commit 011e852
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- main
paths-ignore:
- '.github/**'
- ".github/**"
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down Expand Up @@ -42,15 +42,15 @@ jobs:
run: |
chmod +x ./.github/actions/releaser/cr.sh
- name: Helm Chart Dependency Releaser
uses: ./.github/actions/releaser
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_repo_url: https://mongodb.github.io/helm-charts
target: |
atlas-operator-crds
community-operator-crds
# - name: Helm Chart Dependency Releaser
# uses: ./.github/actions/releaser
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# with:
# charts_repo_url: https://mongodb.github.io/helm-charts
# target: |
# atlas-operator-crds
# community-operator-crds

- name: Get latest charts from repo
run: |
Expand Down

0 comments on commit 011e852

Please sign in to comment.