Skip to content

Commit

Permalink
fix: remove duplicate CI jobs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso authored Dec 17, 2024
1 parent 3709de0 commit 6a56f27
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.6.2
push:

branches:
- v1.6.2
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.6.2'
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 6a56f27

Please sign in to comment.