From 1146bb6ef22f10381162914b275dd096b2eea707 Mon Sep 17 00:00:00 2001 From: Aisuko Date: Thu, 18 Jul 2024 17:30:12 +1000 Subject: [PATCH] ignore folder and fix ci issue Signed-off-by: Aisuko --- .github/workflows/linter-and-builder.yaml | 1 - .gitignore | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linter-and-builder.yaml b/.github/workflows/linter-and-builder.yaml index f6d41b9..91dd8d5 100644 --- a/.github/workflows/linter-and-builder.yaml +++ b/.github/workflows/linter-and-builder.yaml @@ -11,7 +11,6 @@ concurrency: jobs: check-build-images: name: 'Docker Build Checker🐳' - needs: [code-quality, unittest] strategy: matrix: config: diff --git a/.gitignore b/.gitignore index 808f97c..4c7fdd5 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.volumes/ \ No newline at end of file +volumes/ \ No newline at end of file