Skip to content

Commit

Permalink
[release-v2.7] Restrict when to show the validation suggestion (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Feb 16, 2024
1 parent 08898fb commit f6d28bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validation-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- dev-v*
- release-v*
paths:
- 'assets/**'
- 'charts/**'
- 'packages/**'

jobs:
validation-comment:
Expand All @@ -25,7 +29,7 @@ jobs:
`## Validation steps
- Ensure all container images have repository and tag on the same level to ensure that all container images are included in rancher-images.txt which are used by airgap customers.
<pre>
Ex:-
Ex:-
longhorn-controller:
repository: rancher/hardened-sriov-cni
tag: v2.6.3-build20230913
Expand Down

0 comments on commit f6d28bf

Please sign in to comment.