Skip to content

Commit

Permalink
build: Add the yaml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielArndt committed Jan 30, 2025
1 parent 9bdbf21 commit 5c223da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ concurrency:
jobs:

build:
uses: canonical/identity-credentials-workflows/.github/workflows/build-rock@v0
uses: canonical/identity-credentials-workflows/.github/workflows/build-rock.yaml@v0

scan:
needs: build
uses: canonical/identity-credentials-workflows/.github/workflows/scan-rock@v0
uses: canonical/identity-credentials-workflows/.github/workflows/scan-rock.yaml@v0

publish:
if: github.ref_name == 'main'
needs: [scan, build]
uses: canonical/identity-credentials-workflows/.github/workflows/publish-rock@v0
uses: canonical/identity-credentials-workflows/.github/workflows/publish-rock.yaml@v0

0 comments on commit 5c223da

Please sign in to comment.