Skip to content

Commit

Permalink
Disables CI for 1.4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 4, 2024
1 parent 646dfeb commit 163d06e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 77 deletions.
30 changes: 0 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,3 @@ updates:
terraform_modules:
patterns:
- "*"

- package-ecosystem: "github-actions"
target-branch: v1.4
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
labels:
- v1.4

- package-ecosystem: "pip"
target-branch: v1.4
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
labels:
- v1.4

- package-ecosystem: "terraform"
target-branch: v1.4
directory: "/terraform/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
labels:
- v1.4
45 changes: 0 additions & 45 deletions .github/workflows/1_4_scheduled_runs.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v1.4

permissions:
pull-requests: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
type: choice
description: Name of the charmhub track to publish
options:
- '1.4'
- '1.5'
- latest

Expand Down

0 comments on commit 163d06e

Please sign in to comment.