Skip to content

Commit 450e4c5

Browse files
committed
fix
1 parent 18bcadf commit 450e4c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060

6161
terraform-docs:
6262
runs-on: ubuntu-latest
63-
depends-on: collect-modules
63+
needs:
64+
- collect-modules
6465

6566
strategy:
6667
matrix:

0 commit comments

Comments
 (0)