Skip to content

Commit

Permalink
Creates v1.5 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 26, 2024
1 parent b18819f commit e16c27b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 131 deletions.
36 changes: 0 additions & 36 deletions .github/renovate.json5

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/issues.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/lint-pr.yaml

This file was deleted.

23 changes: 3 additions & 20 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Main branch CI
name: Release 1.5 CI

on:
pull_request:
branches:
- main
- v1.5
push:
schedule:
- cron: "0 1 * * 0"

jobs:
codeql:
Expand Down Expand Up @@ -50,24 +48,9 @@ jobs:
- static-analysis
- unit-tests-with-coverage
- integration-test
if: ${{ github.ref_name == 'main' }}
if: ${{ github.ref_name == 'v1.5' }}
uses: canonical/sdcore-github-workflows/.github/workflows/publish-charm.yaml@v2.2.0
with:
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

publish-charm-on-push:
name: Publish Developer Charm To Branch
needs:
- lint-report
- static-analysis
- unit-tests-with-coverage
- integration-test
if: ${{ (github.ref_name != 'main') && (github.event_name == 'push') }}
uses: canonical/sdcore-github-workflows/.github/workflows/publish-charm.yaml@v2.2.0
with:
branch-name: ${{ github.ref_name }}
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}
29 changes: 0 additions & 29 deletions .github/workflows/promote.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/update-libs.yaml

This file was deleted.

0 comments on commit e16c27b

Please sign in to comment.