Skip to content

Commit f2d1342

Browse files
authored
Merge pull request #6390 from dev-hato/add_actions-workflow-metrics
deploy_docker_imageが時間かかるので、actions-workflow-metricsで様子を見てみる
2 parents acff738 + 81a091b commit f2d1342

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-hato-bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
5656
needs: update-uv-version
5757
steps:
58+
- name: Start Workflow Telemetry
59+
uses: dev-hato/actions-workflow-metrics@aac8cafcfe01b621be2bb42dcab34baa432c4e8e # v0.0.5
5860
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5961
with:
6062
fetch-depth: 0

0 commit comments

Comments
 (0)