Skip to content

Commit

Permalink
AAE-24980 Fix ADF release warning username message (#10043)
Browse files Browse the repository at this point in the history
* AAE-24980 Fix ADF release warning username message

* fix real workflow

* remove not needed @

* fix context
  • Loading branch information
tomgny committed Aug 5, 2024
1 parent e29b41a commit ff4a1af
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
name: "release"

on:
workflow_call:
inputs:
dry-run-flag:
description: 'enable dry-run on artifact push'
required: false
type: boolean
default: true
pull_request:
types: [closed]
push:
branches:
- develop
- master
Expand Down Expand Up @@ -243,12 +235,11 @@ jobs:
name: Final Results
needs: [release-demoshell, release-storybook, release-npm, npm-check-bundle]
steps:

- uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
name: Nofify FE eng-guild-front-end workflow failed
if: ${{ contains(toJson(needs.*.result), 'failure') }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
channel-id: 'C016SMNNL8L' #eng-guild-front-end
slack-message: "🔴 Warning: The release workflow of alfresco-ng2-components pipe failed\n Author: name:${{ github.event.pusher.name }} username:${{ github.event.pusher.username }}\n Workflow run : <https://github.com/Alfresco/alfresco-ng2-components/actions/runs/${{ github.run_id }}| here>\n>"
slack-message: "🔴 Warning: The release workflow of alfresco-ng2-components pipe failed\n Author username: ${{ github.event.pusher.name }}\n Workflow run : <https://github.com/Alfresco/alfresco-ng2-components/actions/runs/${{ github.run_id }}| here>\n>"

0 comments on commit ff4a1af

Please sign in to comment.