Skip to content

Commit

Permalink
Ignore non related changes for 'Client Tests' and 'Build' jobs;
Browse files Browse the repository at this point in the history
  • Loading branch information
ycliuhw committed Feb 18, 2021
1 parent b45c14d commit 683998c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
name: "Build"
on: [push, pull_request]
on:
push:
paths-ignore:
- 'acceptancetests/**'
- 'doc/**'
- 'snap/**'
- 'testcharms/**'
- 'testing/**'
- 'tests/**'
pull_request:
paths-ignore:
- 'acceptancetests/**'
- 'doc/**'
- 'snap/**'
- 'testcharms/**'
- 'testing/**'
- 'tests/**'

jobs:
linux-amd64:
name: linux-amd64
Expand Down
19 changes: 18 additions & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
name: "Client Tests"
on: [push, pull_request]
on:
push:
paths-ignore:
- 'acceptancetests/**'
- 'doc/**'
- 'snap/**'
- 'testcharms/**'
- 'testing/**'
- 'tests/**'
pull_request:
paths-ignore:
- 'acceptancetests/**'
- 'doc/**'
- 'snap/**'
- 'testcharms/**'
- 'testing/**'
- 'tests/**'

jobs:

test-client-ubuntu:
Expand Down

0 comments on commit 683998c

Please sign in to comment.