Skip to content

Commit

Permalink
add workflow dispatch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Dec 4, 2024
1 parent 95f1dcf commit 9a6c18b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ on:
- 16/edge
paths:
- snap
workflow_dispatch:

jobs:
build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v23.0.5
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@lucas/fix-collect-bases

release:
name: Release snap
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v23.0.5
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@lucas/fix-collect-bases
with:
channel: 16/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down

0 comments on commit 9a6c18b

Please sign in to comment.