Skip to content

Commit

Permalink
Merge pull request #9 from cloudbees/feat
Browse files Browse the repository at this point in the history
Promote Pull Request events
  • Loading branch information
carlosrodlop committed Nov 14, 2023
2 parents b9c1b57 + b8f993e commit 0136efe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
---

name: "Documentation: MD Links Checker"

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
check-links:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ name: "Code Quality: Super-Linter"

on:
pull_request:
push:
branches:
- main
workflow_dispatch:


jobs:
superlinter:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ name: "Documentation: terraform-docs"

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
docs:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Copyright (c) CloudBees, Inc.
---

name: "Code Quality: Terraform"

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
terraform:
Expand Down
6 changes: 6 additions & 0 deletions blueprints/getting-started/v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,11 @@ Then, the CloudBees CI installation Wizard will be displayed asking for initial
Finally, install the suggested plugins and create the first admin user.

<!-- BEGIN_TF_DOCS -->
### Inputs

No inputs.

### Outputs

No outputs.
<!-- END_TF_DOCS -->

0 comments on commit 0136efe

Please sign in to comment.