diff --git a/.github/workflows/cli-pr-checks.yml b/.github/workflows/cli-pr-checks.yml index 79483fdceef..2265efec999 100644 --- a/.github/workflows/cli-pr-checks.yml +++ b/.github/workflows/cli-pr-checks.yml @@ -3,8 +3,6 @@ name: CLI PR Checks on: pull_request: branches: [main] - paths-ignore: - - "docs/**" permissions: contents: read diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 7672f09fe01..db7412d0b44 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -5,14 +5,10 @@ on: pull_request: branches: - main - paths-ignore: - - "docs/**" push: branches: - main - paths-ignore: - - "docs/**" jobs: track-rerun: