Skip to content

Commit

Permalink
Add paths to ignore for linting and validation
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Sep 12, 2023
1 parent 456bc5b commit a9db829
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths-ignore:
- 'e2e/sink/**'
- '.github/workflows/sink.yml'
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
tags: [ '*.*.*' ]
paths:
- 'e2e/sink/**'
- .github/workflows/sink.yml
- '.github/workflows/sink.yml'
pull_request:
branches:
- main
paths:
- 'e2e/sink/**'
- .github/workflows/sink.yml
- '.github/workflows/sink.yml'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ "main" ]
paths-ignore:
- 'e2e/sink/**'
- '.github/workflows/sink.yml'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'e2e/sink/**'
- '.github/workflows/sink.yml'

jobs:
unit-tests:
Expand Down

0 comments on commit a9db829

Please sign in to comment.