Skip to content

Commit 426ba12

Browse files
authored
Merge pull request #758 from SumoLogic/raghav-ignore-running-tests-for-changes-in-content
ignore running test for changes to static content
2 parents 385e9c0 + 4f893b7 commit 426ba12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths-ignore:
99
- 'README.md'
1010
- 'CHANGELOG.md'
11+
- 'website/**'
1112
push:
1213
branches: [ master ]
1314
paths-ignore:
1415
- 'README.md'
1516
- 'CHANGELOG.md'
17+
- 'website/**'
1618
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
1719
# we recommend testing at a regular interval not necessarily tied to code changes. This will
1820
# ensure you are alerted to something breaking due to an API change, even if the code did not

0 commit comments

Comments
 (0)