Skip to content

Commit

Permalink
chore(pipeline): turned on slack reporting on workflow dispatch
Browse files Browse the repository at this point in the history
SUITEDEV-35352

Co-authored-by: LasOri <[email protected]>
Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
3 people committed Mar 7, 2024
1 parent 01ca8ec commit 673ab83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_sample_app_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
track: ${{ github.event.workflow_run.inputs.track != null && github.event.workflow_run.inputs.track || 'alpha' }}

Report:
if: ${{ always() && github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
needs: [ ReleaseSampleApp ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 673ab83

Please sign in to comment.