Skip to content

Commit

Permalink
Do not run the test suite when only CHANGELOG.md is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 30, 2020
1 parent 5434fe0 commit 4d67ae0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "CodeQL"

on:
push:
paths-ignore:
- 'CHANGELOG.md'
pull_request:
schedule:
- cron: '0 11 * * 4'
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration-conda.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI (conda)
on: [ push, pull_request ]
on:
push:
paths-ignore:
- 'CHANGELOG.md'
pull_request:

jobs:
skip_duplicate:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI (pip)
on: [ push, pull_request ]

on:
push:
paths-ignore:
- 'CHANGELOG.md'
pull_request:

jobs:
skip_duplicate:
Expand Down

0 comments on commit 4d67ae0

Please sign in to comment.