Skip to content

Commit eaa2660

Browse files
committed
ci: narrow checks
1 parent a8ed424 commit eaa2660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "chart_version=${{ fromJson(steps.release.outputs['data-sync-operator-chart--version'] || '0.0.0') }}" >> $GITHUB_OUTPUT
3737
3838
publish-tag-app-artifact:
39-
if: ${{ fromJSON(needs.release-please.outputs.releases_created) && contains(fromJSON(needs.release-please.outputs.paths_released), '.') }}
39+
if: ${{ fromJSON(needs.release-please.outputs.releases_created) && contains(fromJSON(needs.release-please.outputs.paths_released), 'data-sync-operator') }}
4040
runs-on: ubuntu-latest
4141
needs: [release-please]
4242
permissions:
@@ -72,7 +72,7 @@ jobs:
7272
labels: ${{ steps.meta.outputs.labels }}
7373

7474
publish-tag-chart-artifact:
75-
if: ${{ fromJSON(needs.release-please.outputs.releases_created) && contains(fromJSON(needs.release-please.outputs.paths_released), 'chart') }}
75+
if: ${{ fromJSON(needs.release-please.outputs.releases_created) && contains(fromJSON(needs.release-please.outputs.paths_released), 'data-sync-operator-chart') }}
7676
runs-on: ubuntu-latest
7777
needs: [release-please]
7878
permissions:

0 commit comments

Comments
 (0)