Skip to content

Commit

Permalink
Commented out deployment status condition in dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Jun 25, 2024
1 parent 5b68228 commit 434ae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'Production'
# if: github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'Production'

env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down

0 comments on commit 434ae60

Please sign in to comment.