Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into TELCO-1478-fix-empty-…
Browse files Browse the repository at this point in the history
…gnb-upf-lists
  • Loading branch information
dariofaccin committed Dec 18, 2024
2 parents 795c4e2 + 12c2f1b commit 17be845
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 170 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1_0_0_scheduled_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

build-rock:
needs: build-nms
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: "v1.0.0"

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: "v1.0.0"
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:
jobs:
update:
name: Update Issue
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
secrets: inherit
12 changes: 8 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Main branch CI

on:
pull_request:
types: [edited, opened, reopened, synchronize]
branches:
- main

- v**
push:
branches:
- main
- v**
schedule:
- cron: "0 0 * * 0"

Expand All @@ -22,13 +26,13 @@ jobs:

build-rock:
needs: build-nms
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1

publish-rock:
if: github.ref_name == 'main'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
Loading

0 comments on commit 17be845

Please sign in to comment.