Skip to content

Commit e51da47

Browse files
committed
Fix workflow errors
1 parent eb9a804 commit e51da47

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
# 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
134135

135136
extra:
136137
name: Test extra build
@@ -141,7 +142,8 @@ jobs:
141142
runs-on: ubuntu-latest
142143
steps:
143144
# 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
145147

146148
trivyscan:
147149
name: Trivy scan image for vulnerabilities
@@ -152,4 +154,5 @@ jobs:
152154
runs-on: ubuntu-latest
153155
steps:
154156
# 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

0 commit comments

Comments
 (0)