Skip to content

Commit 6ade9f2

Browse files
committed
Omit CI when just .md files change, check concurrency
1 parent fd605a2 commit 6ade9f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ on:
66
- 'main'
77
- 'develop'
88
pull_request:
9+
paths-ignore:
10+
- '**.md'
911
workflow_dispatch:
1012

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1117
env:
1218
DB_NAME: 'perpl_tests'
1319
DB_USER: 'perpl'

0 commit comments

Comments
 (0)