Skip to content

Commit

Permalink
fix: remove duplicate ci jobs (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso authored Dec 17, 2024
1 parent 9b8bb43 commit 4d2372b
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.2
push:

branches:
- v1.5.2
jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.3.0
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.3.1

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.3.0
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.3.1

publish-rock:
if: github.ref_name == 'v1.5.2'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@v2.3.0
uses: canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@v2.3.1

0 comments on commit 4d2372b

Please sign in to comment.