From 9829210ea4167c48c76a50cd0749d7e7454f1b9d Mon Sep 17 00:00:00 2001 From: NikitaSkrynnik Date: Thu, 21 Nov 2024 18:10:54 +1100 Subject: [PATCH] run TestListenAndServe_NotExistsFolder 10000000 times Signed-off-by: NikitaSkrynnik --- .github/workflows/codeql-analysis.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yaml diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml deleted file mode 100644 index 4db9fd208..000000000 --- a/.github/workflows/codeql-analysis.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -name: CodeQL - -on: - push: - branches: [main] - pull_request: - # The branches below must be a subset of the branches above - branches: [main] - schedule: - - cron: '0 5 * * 0' - -jobs: - analyze: - uses: networkservicemesh/.github/.github/workflows/codeql-analysis.yaml@main