diff --git a/.github/scripts/publish_link_flamegraphs.sh b/.github/scripts/publish_link_flamegraphs.sh index 4440d561c..32938ecd8 100644 --- a/.github/scripts/publish_link_flamegraphs.sh +++ b/.github/scripts/publish_link_flamegraphs.sh @@ -4,7 +4,7 @@ curl -XPOST -H "Content-type: application/json" -d '{ "type": "header", "text": { "type": "plain_text", - "text": "Daily Flamegraph Report" + "text": "🔥 Daily Flamegraph Report" } }, { @@ -14,10 +14,12 @@ curl -XPOST -H "Content-type: application/json" -d '{ "type": "section", "text": { "type": "mrkdwn", - "text": "🔥 Flamegraphs are available at **\n - • **\n - • **\n" + "text": "Flamegraphs are available at **\n + • **\n + • **\n" } - } - ] + }, + ], + "unfurl_links": true, + "unfurl_media": true }' "$1" diff --git a/.github/workflows/flamegraph_reporter.yaml b/.github/workflows/flamegraph_reporter.yaml index aab64dcf0..dc60317b9 100644 --- a/.github/workflows/flamegraph_reporter.yaml +++ b/.github/workflows/flamegraph_reporter.yaml @@ -7,7 +7,7 @@ permissions: on: push: - branches: [ "main" ] + branches: [ "main", "automate-perf-tests" ] workflow_dispatch: env: diff --git a/pages/index.html b/pages/index.html index 53d91b403..2f6af9d29 100644 --- a/pages/index.html +++ b/pages/index.html @@ -10,9 +10,9 @@ - + - +