From a3becf866148f059ebbad4875b834e98ec22c330 Mon Sep 17 00:00:00 2001 From: Tomasz Gnyp Date: Mon, 5 Aug 2024 17:47:41 +0200 Subject: [PATCH] revert --- .github/workflows/release.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c708797318e..09a598dadbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,15 @@ name: "release" on: - push: + workflow_call: + inputs: + dry-run-flag: + description: 'enable dry-run on artifact push' + required: false + type: boolean + default: true + pull_request: + types: [closed] branches: - develop - master @@ -235,6 +243,7 @@ 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') }} @@ -242,4 +251,4 @@ jobs: 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 username: ${{ github.event.pusher.name }}\n Workflow run : \n>" + 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 : \n>"