From 8b4399fc01c3ec9980d3c1bee2ce4fe3f843169d Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:11:32 +0900 Subject: [PATCH] ci: actions-timeline --- .github/workflows/benchmark.yml | 5 +++++ .github/workflows/build-canary.yml | 5 +++++ .github/workflows/build-debug.yml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 85ccfc1e6..5e300334a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -73,3 +73,8 @@ jobs: needs: [benchmark] uses: Cysharp/Actions/.github/workflows/benchmark-cleanup.yaml@main secrets: inherit + + actions-timeline: + needs: [loader, benchmark, cleanup-failed] + uses: Cysharp/Actions/.github/workflows/actions-timeline.yaml@main + secrets: inherit diff --git a/.github/workflows/build-canary.yml b/.github/workflows/build-canary.yml index 737df847a..295b318b9 100644 --- a/.github/workflows/build-canary.yml +++ b/.github/workflows/build-canary.yml @@ -59,3 +59,8 @@ jobs: FEED_ENDPOINTS: ${{ steps.op-load-secret.outputs.VSS_NUGET_EXTERNAL_FEED_ENDPOINTS_PUBLIC_CANARY }} - run: wget -qO- https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.sh | bash - run: dotnet nuget push "./nuget/*.nupkg" --skip-duplicate -s https://pkgs.dev.azure.com/cysharp/Public/_packaging/Canary-Build/nuget/v2 -k AzureDevOps + + actions-timeline: + needs: [canary-build, canary-push] + uses: Cysharp/Actions/.github/workflows/actions-timeline.yaml@main + secrets: inherit diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 535502f8d..7b3b37913 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -108,3 +108,8 @@ jobs: name: MagicOnion.Client.Unity.${{ matrix.unity }}.unitypackage path: ./src/MagicOnion.Client.Unity/MagicOnion.Client.Unity.unitypackage retention-days: 1 + + actions-timeline: + needs: [build-dotnet, run-tests, build-unity] + uses: Cysharp/Actions/.github/workflows/actions-timeline.yaml@main + secrets: inherit