Skip to content

Commit

Permalink
Add skipping tests in case of build yaml is only changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingStar91 committed Aug 5, 2024
1 parent a2c9c3e commit 365b7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
paths-ignore:
- '**/*.md'
- '.github/workflows/build.yaml'

jobs:
e2e_tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
paths-ignore:
- '**/*.md'
- '.github/workflows/build.yaml'

jobs:
lint:
Expand Down

0 comments on commit 365b7ee

Please sign in to comment.