File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 99 CORE_REPO_SHA : 955c92e91b5cd4bcfb43c39efcef086b040471d2
1010
1111jobs :
12- lint-0 :
12+ lint :
1313 strategy :
1414 fail-fast : false # ensures the entire test matrix is run, even if one permutation fails
1515 matrix :
1616 package :
17- # Do not add more instrumentations here, add them in lint_1.yml.
18- # The reason for this separation of instrumentations into more than one YAML file is
19- # the limit of jobs that can be run from a Github actions matrix:
20- # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
21- # "A matrix will generate a maximum of 256 jobs per workflow run. This limit applies
22- # to both GitHub-hosted and self-hosted runners."
2317 - " instrumentation-flask"
2418 - " resource-detector-container"
2519 - " sdk-extension-aws"
You can’t perform that action at this time.
0 commit comments