Skip to content

Commit

Permalink
temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Jun 7, 2024
1 parent d5ca080 commit 408e28f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/EVENT_merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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() }}
Expand Down

0 comments on commit 408e28f

Please sign in to comment.