Skip to content

Commit

Permalink
Add workflows for tracks support (#48)
Browse files Browse the repository at this point in the history
* Add workflows for tracks support

* Update trivyignore
  • Loading branch information
arturo-seijas authored Jul 11, 2024
1 parent d177592 commit 4cd65cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/comment_contributing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Comment on the pull request

on:
pull_request:
types:
- opened
branches:
- 'track/**'

jobs:
comment-on-pr:
uses: canonical/operator-workflows/.github/workflows/comment_contributing.yaml@main
secrets: inherit
9 changes: 1 addition & 8 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
name: Publish to edge

# On push to the main branch, the workflow will:
# * draft publish docs if the docs directory exists
# * publish resource images
# * publish charm to latest/edge channel

on:
workflow_dispatch:
push:
branches:
- main
- track/*

jobs:
publish-to-edge:
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main
secrets: inherit
with:
channel: latest/edge
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CVE-2023-45288
CVE-2024-24790

0 comments on commit 4cd65cc

Please sign in to comment.