Skip to content

Commit

Permalink
Merge pull request os-migrate#307 from jistr/b/ignored-docs-path-ci
Browse files Browse the repository at this point in the history
Dev: Fix ignored docs path for unit/functional CI
  • Loading branch information
ccamacho authored Nov 20, 2020
2 parents f0d364e + a254a8d commit 22d3c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/consistency-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: consistency-functional
on:
push:
paths-ignore:
- 'doc/**'
- 'docs/**'
pull_request:
paths-ignore:
- 'doc/**'
- 'docs/**'
jobs:
# TODO: Add a previous job that:
# * Builds the container image
Expand Down

0 comments on commit 22d3c83

Please sign in to comment.