Skip to content

Commit baaa41a

Browse files
authored
chore(ci): ignore changes to docs files (#4871)
1 parent ac81cc5 commit baaa41a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/mocha.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ on:
44
branches:
55
- '**'
66
- '!mochajs.org'
7+
paths-ignore: ['*.md', 'docs/**']
78
tags-ignore:
89
- '**'
910
pull_request:
10-
types:
11-
- opened
12-
- synchronize
13-
- reopened
11+
types: [opened, synchronize, reopened]
12+
paths-ignore: ['*.md', 'docs/**']
1413

1514
jobs:
1615
prevent-double-run:
@@ -20,6 +19,7 @@ jobs:
2019
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2120
steps:
2221
- run: 'echo run Tests'
22+
2323
smoke:
2424
name: 'Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]'
2525
needs: prevent-double-run
@@ -118,6 +118,7 @@ jobs:
118118
uses: coverallsapp/github-action@master
119119
with:
120120
github-token: '${{ secrets.GITHUB_TOKEN }}'
121+
121122
test-browser:
122123
# TODO: configure to retain build artifacts in `.karma/` dir
123124
name: 'Browser Tests'

0 commit comments

Comments
 (0)