diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 729ac21d6..c8b07c647 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,13 +13,12 @@ env: APP_URL: https://4geeks.com # cache ------------------------------------ -# | |> migrations -------- -# | |> migrations -------- -# |> undefined-and-unused-variables |> dependencies ------ -# |> bad-docstrings | -# |> code-complexity |> tests -------|> dockerhub -# |> naming-conventions |> linter -# |> unexpected-behaviors |> pages +# | |> dependencies +# |> undefined-and-unused-variables |> migrations +# |> bad-docstrings | +# |> code-complexity |> tests -------|> dockerhub +# |> naming-conventions |> linter +# |> unexpected-behaviors |> pages jobs: @@ -370,7 +369,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} linter: - needs: [migrations, dependencies] + needs: [migrations] runs-on: ubuntu-latest continue-on-error: true @@ -406,7 +405,7 @@ jobs: pipenv run format pages: - needs: [migrations, dependencies] + needs: [migrations] if: >- github.repository == 'breatheco-de/apiv2' && github.event_name == 'push' &&