Skip to content

Commit

Permalink
minor workflow update to not rerun CI on doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohns committed Jan 18, 2020
1 parent 78ad88b commit 8ab2bcd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
#
name: Core
on:
# Do not run if Docker image has been updated
# Don't run on the following updates:
# - docker images
# - documentation
pull_request:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'
push:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'

jobs:
main:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: MacOS
on:
# Do not run if Docker image has been updated
# Don't run on the following updates:
# - docker images
# - documentation
pull_request:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'
push:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'

jobs:
main:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: Ubuntu
on:
# Do not run if Docker image has been updated
# Don't run on the following updates:
# - docker images
# - documentation
pull_request:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'
push:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'

jobs:
main:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@
name: Windows

on:
# Do not run if Docker image has been updated
# Don't run on the following updates:
# - docker images
# - documentation
pull_request:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'
push:
paths-ignore:
- '.github/docker/**'
- '.github/workflows/windows-docker-image.yaml'
- 'wiki/**'
- '**.md'

jobs:
main:
Expand Down

0 comments on commit 8ab2bcd

Please sign in to comment.