diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab3c1fa5..e306d1e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,9 +65,9 @@ jobs: # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. build-and-push-image: - needs: - - lint - - format-check +# needs: +# - lint +# - format-check runs-on: ubuntu-latest # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: