Skip to content

Commit b18f94d

Browse files
Don't run tests when publishing plugin and CLI (#784)
1 parent 7c95c43 commit b18f94d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-plugin-and-cli.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
branches: [main]
55

66
jobs:
7-
build_and_run_tests:
8-
uses: ./.github/workflows/build-and-run-tests-from-branch.yml
9-
secrets: inherit
10-
117
publish_plugin_and_cli:
12-
needs: build_and_run_tests
138
uses: ./.github/workflows/publish-plugin-and-cli-from-branch.yml
149
secrets: inherit

0 commit comments

Comments
 (0)