File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ 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
+ uses : jakejarvis/wait-action@master
134
+ with :
135
+ time : ' 1s'
134
136
135
137
extra :
136
138
name : Test extra build
@@ -141,7 +143,9 @@ jobs:
141
143
runs-on : ubuntu-latest
142
144
steps :
143
145
# No-op job to trigger workflow 'extra.yml' via workflow_run
144
- - uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
146
+ uses : jakejarvis/wait-action@master
147
+ with :
148
+ time : ' 1s'
145
149
146
150
trivyscan :
147
151
name : Trivy scan image for vulnerabilities
@@ -152,4 +156,7 @@ jobs:
152
156
runs-on : ubuntu-latest
153
157
steps :
154
158
# No-op job to trigger workflow 'trivyscan.yml' via workflow_run
155
- - uses : mattdesl/no-op@32ec85ff176f761f607087006bda993440da5fe4
159
+ uses : jakejarvis/wait-action@master
160
+ with :
161
+ time : ' 1s'
162
+
You can’t perform that action at this time.
0 commit comments