Skip to content

Commit a18928e

Browse files
authored
chore: skip workflows (#624)
* chore: skip workflows Signed-off-by: Gaius <[email protected]>
1 parent 985cccf commit a18928e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compatibility-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: fkirc/skip-duplicate-actions@master
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
paths_ignore: '["**.md", "**.png", "**.jpg", "**.svg"]'
31+
paths_ignore: '["**.md", "**.png", "**.jpg", "**.svg", "**/docs/**"]'
3232
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
3333

3434
compatibility_e2e_tests:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: fkirc/skip-duplicate-actions@master
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
paths_ignore: '["**.md", "**.png", "**.jpg", "**.svg"]'
30+
paths_ignore: '["**.md", "**.png", "**.jpg", "**.svg", "**/docs/**"]'
3131
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
3232

3333
e2e_tests:

0 commit comments

Comments
 (0)