Skip to content

Commit 14326f6

Browse files
committed
Rename lint workflow file
1 parent 8b3ccbf commit 14326f6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/lint_0.yml renamed to .github/workflows/lint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@ env:
99
CORE_REPO_SHA: 955c92e91b5cd4bcfb43c39efcef086b040471d2
1010

1111
jobs:
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"

0 commit comments

Comments
 (0)