Skip to content

Commit

Permalink
needs build check
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed Aug 12, 2024
1 parent 8b93884 commit 1011491
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ env:
FLY_ORG: gobazzinga-inc-584

jobs:
build_check:
uses: ./.github/workflows/build-check.yml
with:
publish-artifact: true

preview:
needs: build_check
runs-on: ubuntu-latest

# Only run one deployment at a time per PR.
Expand Down

0 comments on commit 1011491

Please sign in to comment.