Skip to content

Commit

Permalink
Merge pull request #17172 from opf/chore/ignore-doc-changes-in-some-a…
Browse files Browse the repository at this point in the history
…ctions

Chore: do not run non-related Github actions on doc changes
  • Loading branch information
as-op authored Nov 11, 2024
2 parents bfee990 + 6bbe70e commit b550b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-scan-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "dev", "release/*", "stable/*" ]
pull_request:
branches: [ "dev", "release/*", "stable/*" ]
paths-ignore:
- 'docs/**'
schedule:
- cron: '32 1 * * 2'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rubocop-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: rubocop

on:
pull_request:
paths-ignore:
- 'docs/**'

jobs:
rubocop:
Expand Down

0 comments on commit b550b4a

Please sign in to comment.