Skip to content

Commit

Permalink
chore(ci): ignore changes to docs files (#4871)
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Apr 18, 2022
1 parent ac81cc5 commit baaa41a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mocha.yml
Expand Up @@ -4,13 +4,12 @@ on:
branches:
- '**'
- '!mochajs.org'
paths-ignore: ['*.md', 'docs/**']
tags-ignore:
- '**'
pull_request:
types:
- opened
- synchronize
- reopened
types: [opened, synchronize, reopened]
paths-ignore: ['*.md', 'docs/**']

jobs:
prevent-double-run:
Expand All @@ -20,6 +19,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- run: 'echo run Tests'

smoke:
name: 'Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]'
needs: prevent-double-run
Expand Down Expand Up @@ -118,6 +118,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'

test-browser:
# TODO: configure to retain build artifacts in `.karma/` dir
name: 'Browser Tests'
Expand Down

0 comments on commit baaa41a

Please sign in to comment.