From 7caf498acf191703bc7b20d5a15539146f27eb6b Mon Sep 17 00:00:00 2001 From: AlexInCube Date: Thu, 15 Aug 2024 07:59:31 +0300 Subject: [PATCH] Disable linters checks when /src content it not changed. --- .github/workflows/quality.yaml | 12 ++++++++++++ docker-compose.yml | 1 + wiki/Commands.md | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index d653fd6..4ae699c 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -3,8 +3,20 @@ name: Code Quality on: push: branches: ['**'] + paths-ignore: + - '**/wiki/**' + - '/wiki/**' + - 'docker-compose.yml' + - '.env' + - '*.sh' pull_request: branches: ['**'] + paths-ignore: + - '**/wiki/**' + - '/wiki/**' + - 'docker-compose.yml' + - '.env' + - '*.sh' jobs: prettier: diff --git a/docker-compose.yml b/docker-compose.yml index ef6b42f..1d4c773 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: aicbot: container_name: aicbot image: alexincube/aicotest:latest + restart: always deploy: restart_policy: condition: on-failure diff --git a/wiki/Commands.md b/wiki/Commands.md index afa9ba9..4e0891e 100644 --- a/wiki/Commands.md +++ b/wiki/Commands.md @@ -127,7 +127,7 @@ Return song history of the current server where the command is executed. Give the current count of spawned audioplayers > [!NOTE] -> This command supported only by text command system +> This command supported only by text command system. > Also you must be overpowered user. ## Fun