Skip to content

Commit

Permalink
Add .lycheeignore and changelogs/fragments to workflow ignore (#6795) (
Browse files Browse the repository at this point in the history
…#6930)

* adding new paths to ignore



* adding new paths to push trigger



---------


(cherry picked from commit f51f652)

Signed-off-by: Sean Li <lnse@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6aded08 commit bb0d30e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ on:
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.lycheeignore'
- 'changelogs/fragments/**'
pull_request:
branches: [ '**', '!feature/**' ]
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.lycheeignore'
- 'changelogs/fragments/**'

env:
TEST_BROWSER_HEADLESS: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches: [ '**', '!feature/**' ]
paths-ignore:
- '**/*.md'
- '.lycheeignore'
- 'changelogs/fragments/**'
workflow_dispatch:
inputs:
test_repo:
Expand Down

0 comments on commit bb0d30e

Please sign in to comment.