diff --git a/.github/workflows/EVENT_merge_to_master.yml b/.github/workflows/EVENT_merge_to_master.yml index c248ea31f..73b5d8854 100644 --- a/.github/workflows/EVENT_merge_to_master.yml +++ b/.github/workflows/EVENT_merge_to_master.yml @@ -5,10 +5,11 @@ on: push: branches: - master + - DAR-2492 workflow_call: concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ githFub.ref }} cancel-in-progress: true jobs: @@ -22,17 +23,6 @@ jobs: uses: ./.github/workflows/JOB_generate_documentation.yml secrets: inherit - warn_on_fail: - needs: [run_tests, documentation] - if : ${{ failure() }} - name: Slack message us on fail - uses: ./.github/workflows/JOB_slack_message.yml - secrets: inherit - with: - at_team: true - icon: ':warning:' - message: 'Master is failing after a push event, please review at ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}' - success: needs: [run_tests, documentation] if : ${{ success() }}