Skip to content

Commit

Permalink
fix(cd): remove condition to deploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Jul 21, 2024
1 parent b6de2b5 commit 9cb0c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:

deploy-dev:
name: Deploy to Dev
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
needs: [ "linter", "static-analyzer", "unit-tests" ]
environment:
Expand Down

0 comments on commit 9cb0c60

Please sign in to comment.