Skip to content

Commit

Permalink
Set miniflare-test as a mandatory step in the release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
danlapid committed Oct 11, 2024
1 parent 5e13cf1 commit 26ee6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Tag & Release
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
needs: [check-tag, version]
needs: [check-tag, version, miniflare-test]
runs-on: ubuntu-latest
if: ${{ needs.check-tag.outputs.exists != 'true' }}
steps:
Expand Down

0 comments on commit 26ee6cd

Please sign in to comment.