Skip to content

Commit 33bc5d4

Browse files
committed
add paths-ignore to skip some ci
1 parent 5a5b569 commit 33bc5d4

6 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ 'develop' ]
9+
paths-ignore: [ '**/*.md', '.gitignore', '**/.gitignore', '.editorconfig',
10+
'.gitattributes', 'docs/**', 'CHANGELOG', '.github/ISSUE_TEMPLATE/**',
11+
'.github/PULL_REQUEST_TEMPLATE/**', '.github/CODEOWNERS' ]
912
schedule:
1013
- cron: '6 10 * * 0'
1114

.github/workflows/coverage-waiting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ jobs:
116116
117117
core.setFailed(
118118
`Timed out waiting for ${targetContext} to report success on commit ${ref}.`
119-
);
119+
);

.github/workflows/pr-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [ 'master','develop', 'release_**' ]
66
types: [ opened, synchronize, reopened ]
7+
paths-ignore: [ '**/*.md', '.gitignore', '**/.gitignore', '.editorconfig',
8+
'.gitattributes', 'docs/**', 'CHANGELOG', '.github/ISSUE_TEMPLATE/**',
9+
'.github/PULL_REQUEST_TEMPLATE/**', '.github/CODEOWNERS' ]
710
workflow_dispatch:
811
inputs:
912
job:

.github/workflows/pr-cancel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
}
4949
}
5050
}
51-
}
51+
}

.github/workflows/system-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ 'develop', 'release_**' ]
88
types: [ opened, synchronize, reopened ]
9+
paths-ignore: [ '**/*.md', '.gitignore', '**/.gitignore', '.editorconfig',
10+
'.gitattributes', 'docs/**', 'CHANGELOG', '.github/ISSUE_TEMPLATE/**',
11+
'.github/PULL_REQUEST_TEMPLATE/**', '.github/CODEOWNERS' ]
912

1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ coverage:
3131
# patch: off
3232
patch: # PR coverage/patch UI
3333
default:
34-
target: 60%
34+
target: 60%

0 commit comments

Comments
 (0)