diff --git a/.github/workflows/do-lint.yaml b/.github/workflows/do-lint.yaml index 6dd092be..3bac4119 100644 --- a/.github/workflows/do-lint.yaml +++ b/.github/workflows/do-lint.yaml @@ -13,13 +13,7 @@ # limitations under the License. name: Do Lint -on: - push: - branches: - - '*' - - '*/*' - - '**' - - '!main' +on: push jobs: flake8-lint: runs-on: ubuntu-latest diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 13d36fe4..130e1bda 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -14,9 +14,8 @@ name: Quality Checks on: workflow_run: - workflows: ["Do Lint"] - types: - - completed + workflows: [Do Lint] + types: [completed] jobs: flake8-lint: runs-on: ubuntu-latest