Skip to content

Commit 9de5ec0

Browse files
committed
Remove comments
1 parent 72adc6c commit 9de5ec0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/scripts/extract_matrix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ def get_tagged_jobs(buildspec, target, filter=None):
280280
continue
281281
if filter and not re.match(filter, job.name):
282282
continue
283-
#if job.runs_on not in ["ubuntu-latest"]:
284-
# continue
285283
if [x for x in JOB_EXCLUSION_TERMS if x in str(job)]:
286284
continue
287285
jobs.append(job.to_dict())

.github/workflows/ci-matrix-gen.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
"PARENT_DIRECTORY=$PWD" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
8080
8181
82-
# Set up Python and packages
8382
- uses: actions/setup-python@v6
8483
if: ${{ matrix.python_version }}
8584
with:
@@ -126,7 +125,6 @@ jobs:
126125
}
127126
}
128127
129-
# Setup mx, buildtools and labsjdk
130128
- name: Get mx, buildtools, and labsjdk
131129
if: ${{ matrix.mx_version }}
132130
shell: bash

0 commit comments

Comments
 (0)