Skip to content

Commit

Permalink
ci: Trigger chart release if swan-cern-system has changes
Browse files Browse the repository at this point in the history
Only fail the pipeline if none of the three charts has changes.
  • Loading branch information
PMax5 committed Oct 31, 2024
1 parent 97c7784 commit bce1fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
set -euxo pipefail
./.github/workflows/list-changed-charts.sh >> $GITHUB_OUTPUT
- name: Fail if no charts have changes
if: steps.diff.outputs.swan_has_changed != 'true' && steps.diff.outputs.swan-cern_has_changed != 'true'
if: steps.diff.outputs.swan_has_changed != 'true' && steps.diff.outputs.swan-cern_has_changed != 'true' && steps.diff.outputs.swan-cern-system_has_changed != 'true'
run: exit 1


Expand Down

0 comments on commit bce1fbf

Please sign in to comment.