Skip to content

Commit

Permalink
Stop managing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Oct 10, 2024
1 parent 0fd9679 commit 389efb0
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 175 deletions.
14 changes: 0 additions & 14 deletions dot-github/workflows/ci-scheduled.yml

This file was deleted.

12 changes: 0 additions & 12 deletions dot-github/workflows/ci.yml

This file was deleted.

30 changes: 0 additions & 30 deletions dot-github/workflows/publish-release-manual.yml

This file was deleted.

27 changes: 0 additions & 27 deletions dot-github/workflows/publish-release.yml

This file was deleted.

12 changes: 0 additions & 12 deletions modules/repo/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ variable "pages_branch" {
default = null
}

variable "ci_workflows" {
description = "The GitHub Actions CI workflows to use"
type = list(string)
default = []
}

variable "has_publish_release_workflow" {
description = "Whether to add a basic GitHub Actions release publishing workflow"
type = bool
default = true
}

variable "manage_renovate" {
description = "Whether to manage the Renovate configuration"
type = bool
Expand Down
71 changes: 0 additions & 71 deletions modules/repo/workflows.tf

This file was deleted.

2 changes: 0 additions & 2 deletions repos-action.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module "repo_github_release_from_tag" {

pages_branch = "gh-pages"

ci_workflows = ["action"]
use_release_action_main = true
renovate_post_upgrade_command = "make regenerate"

Expand All @@ -40,6 +39,5 @@ module "repo_provision_github_tokens" {

pages_branch = "gh-pages"

ci_workflows = ["action"]
renovate_post_upgrade_command = "make regenerate"
}
1 change: 0 additions & 1 deletion repos-template.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module "repo_action_template" {
name = "action-template"
description = "A template repo for creating GitHub Actions"

ci_workflows = ["action"]
renovate_post_upgrade_command = "make regenerate"

is_template = true
Expand Down
7 changes: 1 addition & 6 deletions repos-unique.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module "repo_branding" {
homepage_url = "https://ghalactic.github.io/branding"

pages_branch = "gh-pages"

has_publish_release_workflow = false
}

module "repo_org_dot_github_dot_io" {
Expand All @@ -16,8 +14,6 @@ module "repo_org_dot_github_dot_io" {
homepage_url = "https://ghalactic.github.io"

pages_branch = "main"

has_publish_release_workflow = false
}

module "repo_renovate" {
Expand All @@ -26,6 +22,5 @@ module "repo_renovate" {
description = "Self-hosted Renovate for Ghalactic"
homepage_url = "https://github.com/ghalactic/renovate/actions/workflows/renovate.yml"

has_publish_release_workflow = false
manage_renovate = false
manage_renovate = false
}

0 comments on commit 389efb0

Please sign in to comment.