Skip to content

Commit

Permalink
Merge pull request #9 from SpotOnInc/task/update-backstage-subdomain
Browse files Browse the repository at this point in the history
chore: Update subdomain in Backstage catalog
  • Loading branch information
eliencarnacion authored Oct 24, 2024
2 parents e2d02cb + a797d7b commit 4dd8d0f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/check-catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Validate Catalog Info"

on:
push:
paths:
- '.spoton/**'
pull_request:
paths:
- '.spoton/**'

jobs:
validate-catalog-info:
runs-on: medium
steps:
- uses: actions/checkout@main
- uses: spotoninc/github-action-validate-catalog-info@main
2 changes: 1 addition & 1 deletion .spoton/catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
annotations:
github.com/project-slug: SpotOnInc/data_engineering_assignment
spoton.com/domain: domain:default/infrastructure
spoton.com/subdomain: subdomain:default/data-platform
spoton.com/subdomain: domain:default/data-platform

spec:
type: docs
Expand Down

0 comments on commit 4dd8d0f

Please sign in to comment.