update gitea ci
This commit is contained in:
parent
ca18eba167
commit
e9b70fe6e0
@ -90,7 +90,7 @@ jobs:
|
|||||||
VERSION=${{ github.ref_name }}
|
VERSION=${{ github.ref_name }}
|
||||||
|
|
||||||
# Detect if the helm chart was updated
|
# Detect if the helm chart was updated
|
||||||
chart-updated:
|
check-chart:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
chart-updated: ${{ steps.filter.outputs.chart }}
|
chart-updated: ${{ steps.filter.outputs.chart }}
|
||||||
@ -107,8 +107,8 @@ jobs:
|
|||||||
|
|
||||||
helm-release:
|
helm-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: chart-updated
|
needs: check-chart
|
||||||
if: ${{ needs.chart-updated.outputs.chart-updated == 'true' }}
|
if: ${{ needs.check-chart.outputs.chart-updated == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user