Skip to content

Commit 2a0ba1e

Browse files
committed
Fix workflow errors
1 parent eb9a804 commit 2a0ba1e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ 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+
uses: jakejarvis/wait-action@master
134+
with:
135+
time: '1s'
134136

135137
extra:
136138
name: Test extra build
@@ -141,7 +143,9 @@ jobs:
141143
runs-on: ubuntu-latest
142144
steps:
143145
# 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'
145149

146150
trivyscan:
147151
name: Trivy scan image for vulnerabilities
@@ -152,4 +156,7 @@ jobs:
152156
runs-on: ubuntu-latest
153157
steps:
154158
# 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+

0 commit comments

Comments
 (0)