diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f56a57afa..6e526572b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,9 +5,9 @@ name: Benchmark on: push: - branches: [ main ] + branches: [ main, webhook_test ] pull_request: - branches: [ main ] + branches: [ main, webhook_test ] jobs: @@ -332,3 +332,21 @@ jobs: # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # + run_doc_benchmark: + + runs-on: ubuntu-latest + + steps: + - name: Send custom JSON data to Slack workflow + id: slack + uses: slackapi/slack-github-action@v1.24.0 + with: + # For posting a rich message using Block Kit + payload: | + { + "text": "[BMT Request] ${{ github.event.head_commit.url }}" + } + env: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK + \ No newline at end of file diff --git a/README.md b/README.md index f11ba708a..a4411e07e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Test](https://github.com/Samsung/CredSweeper/actions/workflows/test.yml/badge.svg)](https://github.com/Samsung/CredSweeper/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/Samsung/CredSweeper/branch/main/graph/badge.svg)](https://codecov.io/gh/Samsung/CredSweeper) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6055/badge)](https://bestpractices.coreinfrastructure.org/projects/6055) - +abc - [CredSweeper](#credsweeper) diff --git a/abc.py b/abc.py new file mode 100644 index 000000000..c03051ac7 --- /dev/null +++ b/abc.py @@ -0,0 +1,2 @@ +# Webhook test +# Something new \ No newline at end of file