Skip to content

Commit

Permalink
ci: update CI with Observability actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skatsaounis committed Mar 29, 2024
1 parent eafde74 commit 120cb31
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/ci.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Pull Requests

on:
pull_request:
branches:
- main

jobs:
pull-request-region:
name: PR Region
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@main
secrets: inherit
with:
charm-path: maas-region

pull-request-agent:
name: PR Agent
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@main
secrets: inherit
with:
charm-path: maas-agent

0 comments on commit 120cb31

Please sign in to comment.