Skip to content

Commit

Permalink
Update chart-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haloghen authored Nov 4, 2022
1 parent b2acaba commit 46e5bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chart-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
lint-test:
name: "Lint and Test"
runs-on: ubuntu-22.04
if: github.ref != 'refs/heads/main'
steps:
- name: "Checkout"
uses: actions/[email protected]
Expand Down Expand Up @@ -62,7 +63,7 @@ jobs:
name: Release Chart on Nexus
runs-on: ubuntu-22.04
needs: lint-test
if: github.ref == 'refs/heads/main'
if: ${{ always() }} && github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 46e5bc1

Please sign in to comment.