Skip to content

Commit

Permalink
fix condition for running documentation GitHub action on Helm updates
Browse files Browse the repository at this point in the history
A spurious slash at the end of the pattern for files to watch for changes
in the description of the GitHub workflow prevented the action to run
on all changes of the Helm values. Fix it.

Fixes: 4e5272b ("docs: run GitHub action when Charts are touched to check Helm values ref")
Fixes: #16577
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and joestringer committed Jul 1, 2021
1 parent 55a3774 commit b89118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 'cilium-health/cmd/**'
- 'daemon/cmd/**'
- 'hubble-relay/cmd/**'
- 'install/kubernetes/**/'
- 'install/kubernetes/**'
- 'operator/cmd/**'
# Runs only if code under Documentation or */cmd/ is changed as the docs
Expand Down

0 comments on commit b89118b

Please sign in to comment.