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"