Skip to content

Commit

Permalink
[NOD-541] fix: added optionality on dev environment for Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Oct 23, 2023
1 parent f895846 commit d4346f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/04_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
name: Notify
needs: [ setup, release, deploy_azure_fn ]
runs-on: ubuntu-latest
if: always()
if: ${{ always() && needs.setup.outputs.environment != 'dev' }}
steps:
- name: Report Status
if: always()
Expand Down

0 comments on commit d4346f8

Please sign in to comment.