diff --git a/.github/workflows/pull-compliance-docs.yml b/.github/workflows/pull-compliance-docs.yml index 44db6d67af10f..e369a52761c12 100644 --- a/.github/workflows/pull-compliance-docs.yml +++ b/.github/workflows/pull-compliance-docs.yml @@ -1,10 +1,6 @@ name: compliance-docs -on: - pull_request: - paths: - - "docs/**" - - "*.md" +on: ["pull_request"] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/pull-compliance-docsignore.yml b/.github/workflows/pull-compliance-docsignore.yml index ea0619e122eb9..3ae9a5a60c7bc 100644 --- a/.github/workflows/pull-compliance-docsignore.yml +++ b/.github/workflows/pull-compliance-docsignore.yml @@ -7,11 +7,6 @@ on: - "*.md" jobs: - compliance-docs: - runs-on: ubuntu-latest - steps: - - run: echo "No build required" - lint-backend: runs-on: ubuntu-latest steps: