Skip to content

Commit

Permalink
fix: remove duplicate ci run jubs (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso authored Dec 17, 2024
1 parent c5fa17e commit 9581014
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ on:
branches:
- v1.5.1
push:

branches:
- v1.5.1
jobs:

build-rock:
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 == 'v1.5.1'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1

0 comments on commit 9581014

Please sign in to comment.