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
* adding new paths to ignore

Signed-off-by: Sean Li <lnse@amazon.com>

* adding new paths to push trigger

Signed-off-by: Sean Li <lnse@amazon.com>

---------

Signed-off-by: Sean Li <lnse@amazon.com>
  • Loading branch information
sejli authored Jun 5, 2024
1 parent 4892cf1 commit f51f652
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: ['**']
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: [ '**' ]
paths-ignore:
- '**/*.md'
- '.lycheeignore'
- 'changelogs/fragments/**'
workflow_dispatch:
inputs:
test_repo:
Expand Down

0 comments on commit f51f652

Please sign in to comment.