Skip to content

Commit

Permalink
Merge pull request #870 from Cysharp/feature/actions-timeline
Browse files Browse the repository at this point in the history
ci: actions-timeline
  • Loading branch information
guitarrapc authored Nov 12, 2024
2 parents dba05d7 + 8b4399f commit 6dece7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6dece7c

Please sign in to comment.