Skip to content

Commit 2b5fcda

Browse files
authored
Remove unnecessary dependencies from Release job
1 parent ee9b781 commit 2b5fcda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_on_push_pr.yml

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

6464
Release_Package:
6565
name: 'Release'
66-
needs: [Prepare, Shellcheck, Build, Flake8, MyPy, PyCodeStyle, Vulture, PyTest]
66+
needs: [Prepare, Shellcheck, Build, MyPy, Vulture, PyTest]
6767
if: ${{ (success() && needs.Prepare.outputs.RELEASE_REPO != 'none') ||
6868
(failure() && needs.Build.result == 'success' && needs.Prepare.outputs.RELEASE_REPO == 'packages-dev') }}
6969
uses: Ultimaker/embedded-workflows/.github/workflows/release_pkg.yml@main

0 commit comments

Comments
 (0)