Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: actions-timeline #870

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: actions-timeline
  • Loading branch information
guitarrapc committed Nov 12, 2024
commit 8b4399fc01c3ec9980d3c1bee2ce4fe3f843169d
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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