From 5d4ae07123ac73faba1805ab4199e916f2860a8e Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Fri, 26 Apr 2024 17:42:45 -0500 Subject: [PATCH] Rename lint workflow file --- .github/workflows/{lint_0.yml => lint.yml} | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) rename .github/workflows/{lint_0.yml => lint.yml} (86%) diff --git a/.github/workflows/lint_0.yml b/.github/workflows/lint.yml similarity index 86% rename from .github/workflows/lint_0.yml rename to .github/workflows/lint.yml index a15e4316c6..cba41f33aa 100644 --- a/.github/workflows/lint_0.yml +++ b/.github/workflows/lint.yml @@ -9,17 +9,11 @@ env: CORE_REPO_SHA: 955c92e91b5cd4bcfb43c39efcef086b040471d2 jobs: - lint-0: + lint: strategy: fail-fast: false # ensures the entire test matrix is run, even if one permutation fails matrix: package: - # Do not add more instrumentations here, add them in lint_1.yml. - # The reason for this separation of instrumentations into more than one YAML file is - # the limit of jobs that can be run from a Github actions matrix: - # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs - # "A matrix will generate a maximum of 256 jobs per workflow run. This limit applies - # to both GitHub-hosted and self-hosted runners." - "instrumentation-flask" - "resource-detector-container" - "sdk-extension-aws"