Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Fixing minor workflow issues discovered on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Apr 19, 2024
1 parent ffc7073 commit d2d41f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/actions/full-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v4
- name: CI check
uses: ./.github/actions/ci
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
pull-requests: write
if: ${{ needs.release-please.outputs.package-sdk-server-released == 'true'}}
steps:
- uses: ./.github/workflows/full-release.yml
- uses: actions/checkout@v4
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/sdk/server'
project_file: 'pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj'
Expand All @@ -47,7 +48,8 @@ jobs:
pull-requests: write
if: ${{ needs.release-please.outputs.package-sdk-server-telemetry-released == 'true'}}
steps:
- uses: ./.github/workflows/full-release.yml
- uses: actions/checkout@v4
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/telemetry'
name: 'LaunchDarkly.ServerSdk.Telemetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-server-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Server SDK CI
name: LaunchDarkly.ServerSdk CI
on:
push:
branches: [main, 'feat/**']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/telemetry-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: LaunchDarkly.ServerSdk.Telemetry CI
on:
push:
branches: [main, 'feat/**']
Expand Down

0 comments on commit d2d41f5

Please sign in to comment.