diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 36456b6e4..304567db4 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -7,13 +7,13 @@ concurrency: jobs: - call-lint: - name: "Lint" - uses: ./.github/workflows/lint.yml + # call-lint: + # name: "Lint" + # uses: ./.github/workflows/lint.yml call-build: name: "Build & Test" - needs: call-lint + # needs: call-lint uses: ./.github/workflows/build.yml secrets: inherit