File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ jobs:
130
130
runs-on : ubuntu-latest
131
131
steps :
132
132
# No-op job to trigger workflow 'stackhpc.yml' via workflow_run
133
- - uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
133
+ - name : Test deployment and reimage on OpenStack..
134
+ uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
134
135
135
136
extra :
136
137
name : Test extra build
@@ -141,7 +142,8 @@ jobs:
141
142
runs-on : ubuntu-latest
142
143
steps :
143
144
# No-op job to trigger workflow 'extra.yml' via workflow_run
144
- - uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
145
+ - name : Test extra build..
146
+ uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
145
147
146
148
trivyscan :
147
149
name : Trivy scan image for vulnerabilities
@@ -152,4 +154,5 @@ jobs:
152
154
runs-on : ubuntu-latest
153
155
steps :
154
156
# No-op job to trigger workflow 'trivyscan.yml' via workflow_run
155
- - uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
157
+ - name : Test scan image for vulnerabilities..
158
+ uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
You can’t perform that action at this time.
0 commit comments