Skip to content

Commit 296582f

Browse files
fix: Remove broken job dependencies after disabling instrumentation t… (#562)
1 parent 372b117 commit 296582f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256

257257
semantic-release-dryrun:
258258
name: "Test Semantic Release - Dry Run"
259-
needs: [ instrumented-tests, instrumented-orchestrator-tests, unit-tests, lint-checks, kotlin-lint-checks, update-kits ]
259+
needs: [ unit-tests, lint-checks, kotlin-lint-checks, update-kits ]
260260
runs-on: macos-latest
261261
env:
262262
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}

0 commit comments

Comments
 (0)