Skip to content

Commit 23fb67c

Browse files
committed
[CI] let's run params-env workflow also on push
Let's run the params-env workflow that checks values in params.env and commit.env files also on push event and also on dispatch_workflow.
1 parent b990fb8 commit 23fb67c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/params-env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
name: Validation of image references (image SHAs) in params.env and runtime images
33
on: # yamllint disable-line rule:truthy
4+
push:
45
pull_request:
56
paths:
67
- 'manifests/base/commit.env'
78
- 'manifests/base/params.env'
89
- 'ci/check-params-env.sh'
10+
workflow_dispatch:
911

1012
permissions:
1113
contents: read

0 commit comments

Comments
 (0)