Workflow: Replace actions/post-slack with centrally defined workflow (#30737)

* Remove commit details

* remove old workflow
This commit is contained in:
Younes Belkada
2024-05-13 12:08:48 +02:00
committed by GitHub
parent de6e0db184
commit a4e530e3c8
2 changed files with 2 additions and 81 deletions

View File

@@ -97,7 +97,7 @@ jobs:
- name: Post to Slack
if: always()
uses: ./.github/actions/post-slack
uses: huggingface/hf-workflows/.github/actions/post-slack@main
with:
slack_channel: ${{ env.OUTPUT_SLACK_CHANNEL_ID }}
title: 🤗 Results of the FA2 tests - ${{ matrix.model-name }}
@@ -119,7 +119,7 @@ jobs:
- name: Post to Slack
if: always()
uses: ./.github/actions/post-slack
uses: huggingface/hf-workflows/.github/actions/post-slack@main
with:
slack_channel: ${{ env.OUTPUT_SLACK_CHANNEL_ID }}
title: 🤗 Results of the Integration tests - ${{ matrix.model-name }}