Skip to content

Commit

Permalink
ci: add dependency for deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Dec 21, 2024
1 parent 40208e3 commit 5109eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
id-token: write
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
if: ${{ github.ref_type == 'tag' }}
needs: build
needs: [build, example]

0 comments on commit 5109eba

Please sign in to comment.