We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1ba46 commit 0c639daCopy full SHA for 0c639da
.github/workflows/pipeline.yaml
@@ -1,6 +1,8 @@
1
jobs:
2
documentation:
3
name: Run terraform-docs
4
+ needs:
5
+ - release
6
runs-on: ubuntu-20.04
7
steps:
8
- uses: actions/checkout@v2
@@ -16,8 +18,6 @@ jobs:
16
18
working-dir: .
17
19
release:
20
name: Run semantic-release
- needs:
- - documentation
21
22
23
0 commit comments